Exemple #1
0
        private static void Main(string[] args)
        {
            GPTestLibMain.Test(false);

            Console.WriteLine("Press any key to exit...");
            Console.Read();
        }
        private static void Main(string[] args)
        {
            GPTestLibMain.Test(true);

            string str = new string(GenerateString(11).ToArray());

            while (true)
            {
                Thread.Sleep(10);
                GPTestLibMain.SendToServer(str);
            }
        }