Пример #1
0
 public StateMonitorEventArgs(StateMonitorEventTypes type, String key, String description)
     : base()
 {
     this.type = type;
     this.key = key;
     this.description = description;
 }
Пример #2
0
 public StateMonitorEventArgs(StateMonitorEventTypes type, String key, String description)
     : base()
 {
     this.type        = type;
     this.key         = key;
     this.description = description;
 }