Run() public method

public Run ( ) : void
return void
Beispiel #1
0
 static void Main(string[] args)
 {
     Bot bot = new Bot("config");
     bot.Run();
 }