Пример #1
0
 public static MainWindowViewModel GetMainWindowViewModel(MainWindowModel model, Dispatcher dispatcher, HidGuardianManager hidGuardianManager, UpdateChecker updateChecker, XOutputManager xOutputManager)
 {
     return(new MainWindowViewModel(model, dispatcher, updateChecker, hidGuardianManager, xOutputManager));
 }
Пример #2
0
 public static MainWindowViewModel GetMainWindowViewModel(MainWindowModel model, Dispatcher dispatcher, HidGuardianManager hidGuardianManager)
 {
     return(new MainWindowViewModel(model, dispatcher, hidGuardianManager));
 }