public void BeforeTest() { WindowsFormsApplication1.Network network = new WindowsFormsApplication1.Network(); WindowsFormsApplication1.NetworkMonitoringSystem system = new WindowsFormsApplication1.NetworkMonitoringSystem(network); devices = system.GetStructDevice(); devicerepos = new WindowsFormsApplication1.DeviceRepository(devices); }
public void BeforeTest() { Net = new WindowsFormsApplication1.Network(); System = new WindowsFormsApplication1.NetworkMonitoringSystem(Net); local = System.GetUserNetworkParametres(); source = new WindowsFormsApplication1.LocalDevice("Компьютер", "User1", "192.168.0.25"); destination = new WindowsFormsApplication1.NetworkDevice("Компьютер", "Acer", "192.168.0.221"); }
public void BeforeTest() { Net = new WindowsFormsApplication1.Network(); system = new WindowsFormsApplication1.NetworkMonitoringSystem(Net); netobserver = Net.Observers; }