Esempio n. 1
0
 public static MainWindowViewModel GetMainWindowViewModel(MainWindowModel model, Dispatcher dispatcher, HidGuardianManager hidGuardianManager, UpdateChecker updateChecker, XOutputManager xOutputManager)
 {
     return(new MainWindowViewModel(model, dispatcher, updateChecker, hidGuardianManager, xOutputManager));
 }
Esempio n. 2
0
 public static MainWindowViewModel GetMainWindowViewModel(MainWindowModel model, Dispatcher dispatcher, HidGuardianManager hidGuardianManager)
 {
     return(new MainWindowViewModel(model, dispatcher, hidGuardianManager));
 }