Exemple #1
0
 public NetworkCloud(ListView links, ListView nodes, Grid logs)
 {
     this.links = links;
     this.logs = logs;
     this.nodes = nodes;
     this.switchBox = new SwitchingBox();
 }
Exemple #2
0
 public NetworkCloud(ListView links, ListView nodes, Grid logs, MainWindow window)
 {
     this.links = links;
     this.logs = logs;
     this.nodes = nodes;
     this.switchBox = new SwitchingBox();
     this.signalizationBox = new SwitchingBox();
     this.window = window;
 }