The view model for the main window.
Inheritance: ViewModelBase
Ejemplo n.º 1
0
 public MasterView()
 {
     InitializeComponent();
     DataContext = new MasterViewModel(new SystemTray(this, new NotifyIcon()));
 }
Ejemplo n.º 2
0
 public MasterView()
 {
     InitializeComponent();
     View = this;
     DataContext = new MasterViewModel();
 }