Exemple #1
0
        public static void test_call_remote()
        {
            S_Account sp = new S_Account();
            string    sm = sp.callClient("onEnterWorld", 15, "ShanHaiGuan");

            Console.WriteLine(sm);
        }
Exemple #2
0
 public static void test_call_remote()
 {
     S_Account sp = new S_Account();
     string sm = sp.callClient("onEnterWorld", 15, "ShanHaiGuan");
     Console.WriteLine(sm);
 }