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