예제 #1
0
 public PLC(string amsNetId)
 {
     Router = new AmsRouter(new AmsNetId(amsNetId));
     ctor_initialize();
 }
예제 #2
0
 public PLC(AmsNetId amsNetId)
 {
     Router = new AmsRouter(amsNetId);
     ctor_initialize();
 }