示例#1
0
 public static IReactiveCommand RegisterWith(this ReactiveEditCommand command, ISerialCommandController serialCommandController, IScheduler schedular)
 {
     return(serialCommandController.Register(command, schedular));
 }
 public static IReactiveCommand RegisterWith(this ReactiveEditCommand command, ISerialCommandController serialCommandController, IScheduler schedular)
 {
     return serialCommandController.Register(command, schedular);
 }