Exemple #1
0
 static void Main(string[] args)
 {
     MyBot bot = new MyBot();
 }
Exemple #2
0
        static void Main(string[] args)
        {
            GetRequest("http://www.google.nl");

            MyBot bot = new MyBot();
        }