示例#1
0
 private CustomRibbonComEntry(CustomDispatcher dispatcher) => Dispatcher = dispatcher;
 public CustomRibbonViewModel(CustomDispatcher dispatcher)
     : base("TabPGSolutions", dispatcher?.ViewModelFactory?.ViewModelRoot)
 {
 }
示例#3
0
 public static ICustomRibbonComEntry New(CustomDispatcher dispatcher)
 => new CustomRibbonComEntry(dispatcher);