Example #1
0
 protected ReactiveSystem(params IMonitor[] monitors)
 {
     _monitors = new MonitorList(monitors);
 }
Example #2
0
 protected ReactiveSystem()
 {
     _monitors = new MonitorList();
 }