예제 #1
0
        public static void Main()
        {
            RemotingConfiguration.Configure("Client.exe.config");
            RemotableType remoteObject = new RemotableType();

            Console.WriteLine(remoteObject.StringMethod());
        }
예제 #2
0
        public static void Main()

        {

            RemotingConfiguration.Configure("Client.exe.config");

            RemotableType remoteObject = new RemotableType();

            Console.WriteLine(remoteObject.StringMethod());

        }