public DialogsViewModel()
 {
     ShowInputDialogCommand = new AnotherCommandImplementation(_ => InputDialog());
     ShowProgressDialogCommand = new AnotherCommandImplementation(_ => ProgressDialog());
     ShowLeftFlyoutCommand = new AnotherCommandImplementation(_ => ShowLeftFlyout());
 }
Ejemplo n.º 2
0
 public DialogsViewModel()
 {
     ShowInputDialogCommand    = new AnotherCommandImplementation(_ => InputDialog());
     ShowProgressDialogCommand = new AnotherCommandImplementation(_ => ProgressDialog());
     ShowLeftFlyoutCommand     = new AnotherCommandImplementation(_ => ShowLeftFlyout());
 }
 public DialogsViewModel()
 {
     ShowInputDialogCommand = new AnotherCommandImplementation(_ => InputDialog());
 }