예제 #1
0
 internal OpcServer(object comInstance)
 {
     _server = new OpcServerImpl {
         Unknown = comInstance
     };
 }
예제 #2
0
 internal OpcServer(object comInstance)
 {
     _server = new OpcServerImpl { Unknown = comInstance };
 }