Example #1
0
 public Room(Bot bot)
     : base(bot)
 {
     form    = new Room_Form(bot, this);
     Enabled = true;
 }
Example #2
0
 public Room(Bot bot)
     : base(bot)
 {
     form = new Room_Form(bot, this);
     Enabled = true;
 }