예제 #1
0
        public BaseHubProxy(string url, string serverName)
        {
            m = new MotoresErp();

        }
예제 #2
0
 public void Dispose()
 {
     m = null;
     
 }
예제 #3
0
        public BaseHubProxy()
        {
            m = new MotoresErp();

        }