Ejemplo n.º 1
0
 public static bool DelSelBot(BotEntry _Bot)
 {
     BotList.Remove(_Bot);
     BotListChanged();
     return(true);
 }
Ejemplo n.º 2
0
 public static bool StopSelBot(BotEntry _Bot)
 {
     return(true);
 }