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