Пример #1
0
 public ServerGovernor(string name, Throttle throttle) : base(null, throttle)
 {
     this.name = name;
 }