Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     if (args == null || args.Length == 0)
     {
         usage();
     }
     else
     {
         OpcUaTest opt = new OpcUaTest();
         opt.SubscribeToUA(args);
     }
 }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     if (args == null || args.Length == 0 ) {
         usage();
     }
     else
     {
         OpcUaTest opt = new OpcUaTest();
         opt.SubscribeToUA(args);
     }
 }