예제 #1
0
 public static void Main(string[] Args)
 {
     // IMPORTANT: .NET Framework remoting does not remote
     // static members. This class must be an instance before
     // the callback from the asynchronous invocation can reach this client.
     RemotingDelegates HandlerInstance = new RemotingDelegates();
     HandlerInstance.Run();
 }
예제 #2
0
파일: RemoteAsync.cs 프로젝트: Theo0/M1S2
    public static void Main(string[] Args)
    {
        // IMPORTANT: .NET Framework remoting does not remote
        // static members. This class must be an instance before
        // the callback from the asynchronous invocation can reach this client.
        RemotingDelegates HandlerInstance = new RemotingDelegates();

        HandlerInstance.Run();
    }