Inheritance: System.Collections.CollectionBase, INotifyCollectionChanged
示例#1
0
 public void Teardown()
 {
     _protocolList = null;
     _protocol1 = null;
     _protocol2 = null;
     _protocol3 = null;
 }
示例#2
0
 public void Setup()
 {
     _protocolList = new ProtocolList();
     _protocol1 = new ProtocolTelnet();
     _protocol2 = new ProtocolSSH2();
     _protocol3 = new ProtocolVNC();
 }