Example #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();
 }
Example #2
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();
    }