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

            Console.WriteLine(sm);
        }
예제 #2
0
파일: main.cs 프로젝트: minuowa/Monos
 public static void test_call_remote()
 {
     S_Account sp = new S_Account();
     string sm = sp.callClient("onEnterWorld", 15, "ShanHaiGuan");
     Console.WriteLine(sm);
 }