Example #1
0
 static void Main(string[] args)
 {
     ConsoleClient d = new ConsoleClient();
     d.Start();
 }
Example #2
0
        static void Main(string[] args)
        {
            ConsoleClient d = new ConsoleClient();

            d.Start();
        }