Exemplo n.º 1
0
 public HTTPCommandsInterface(SecondBot linktobot, SecondBotHttpServer sethttpserver)
 {
     bot        = linktobot;
     httpserver = sethttpserver;
     API_type   = typeof(HTTP_commands);
     LoadCommandsList();
 }
Exemplo n.º 2
0
 public void Setup(SecondBot setBot, SecondBotHttpServer Sethttpserver)
 {
     bot        = setBot;
     httpserver = Sethttpserver;
 }