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