コード例 #1
0
ファイル: AccountDialog.xaml.cs プロジェクト: wtain/FinCalc
 public AccountDialog(PersonViewModel selectedUser, AccountancyApplication accountancyApplication)
     : this(accountancyApplication.CreateAccount(selectedUser), accountancyApplication)
 {
     // todo: create account only user has confirmed - pressed OK.
     // If user presses cancel account still exists
 }