コード例 #1
0
 public DialogsViewModel()
 {
     ShowInputDialogCommand = new AnotherCommandImplementation(_ => InputDialog());
     ShowProgressDialogCommand = new AnotherCommandImplementation(_ => ProgressDialog());
     ShowLeftFlyoutCommand = new AnotherCommandImplementation(_ => ShowLeftFlyout());
 }
コード例 #2
0
 public DialogsViewModel()
 {
     ShowInputDialogCommand    = new AnotherCommandImplementation(_ => InputDialog());
     ShowProgressDialogCommand = new AnotherCommandImplementation(_ => ProgressDialog());
     ShowLeftFlyoutCommand     = new AnotherCommandImplementation(_ => ShowLeftFlyout());
 }
コード例 #3
0
 public DialogsViewModel()
 {
     ShowInputDialogCommand = new AnotherCommandImplementation(_ => InputDialog());
 }