Beispiel #1
0
 public DashboardsEdit()
     : base(CreateViewModel <DashboardsEditViewModel>)
 {
     InitializeComponent();
     presenterCore = CreatePresenter();
     BindCommands();
 }
Beispiel #2
0
 public DashboardsEdit()
     : base(CreateViewModel<DashboardsEditViewModel>)
 {
     InitializeComponent();
     presenterCore = CreatePresenter();
     BindCommands();
 }