Exemplo n.º 1
0
        public PLCSim()
        {
            var connectionErrorHandler = new IS7ProSimEvents_ConnectionErrorEventHandler(ps_ConnectionError);

            base.ConnectionError += connectionErrorHandler;
        }
Exemplo n.º 2
0
 public PLCSim()
 {
     var connectionErrorHandler = new IS7ProSimEvents_ConnectionErrorEventHandler(ps_ConnectionError);
     base.ConnectionError += connectionErrorHandler;
 }