Exemplo n.º 1
0
 public MockMventry(string objectType)
 {
     ObjectType   = objectType;
     _attributes  = new Dictionary <string, MockAttrib>();
     ConnectedMAs = new MockMACollection();
 }
Exemplo n.º 2
0
 public MockMventry()
 {
     _attributes  = new Dictionary <string, MockAttrib>();
     ConnectedMAs = new MockMACollection();
 }