Exemplo n.º 1
0
 public void PLCSimConstructorTest()
 {
     var target = new PLCSim();
         Assert.IsInstanceOfType(target,typeof(PLCSim));
         target.Dispose();
 }