Inheritance: Paymetheus.Framework.DialogViewModelBase
コード例 #1
0
 private void CreateAccount()
 {
     VisibleDialogContent = new CreateAccountDialogViewModel(this);
 }
コード例 #2
0
ファイル: ShellViewModel.cs プロジェクト: jrick/Paymetheus
 private void CreateAccount()
 {
     VisibleDialogContent = new CreateAccountDialogViewModel(this);
 }