Exemplo n.º 1
0
 public Room(Bot bot)
     : base(bot)
 {
     form    = new Room_Form(bot, this);
     Enabled = true;
 }
Exemplo n.º 2
0
 public Room(Bot bot)
     : base(bot)
 {
     form = new Room_Form(bot, this);
     Enabled = true;
 }