Beispiel #1
0
        static void Main(string[] args)
        {
            MyNetwork net = new MyNetwork();

            net.SendDateToServer();
        }
Beispiel #2
0
        static void Main(string[] args)
        {
            MyNetwork net = new MyNetwork();
            net.SendDateToServer();

        }