Example #1
0
 public SampleCommandPlugin(Monitor monitor)
 {
     this.monitor = monitor;            
     helloCommand = new HelloCommand(monitor);
     monitor.RegisterCommand(helloCommand);
 }
Example #2
0
 public SampleCommandPlugin(Monitor monitor)
 {
     this.monitor = monitor;
     helloCommand = new HelloCommand(monitor);
     monitor.RegisterCommand(helloCommand);
 }