Open a dialog with the WindowManager from caliburn micro. Code: vm = new DialogViewModel(); var result = _windowManager.ShowDialog(vm, null, null);.
確定! 回上一頁