예제 #1
0
파일: NetworkCloud.cs 프로젝트: admsbk/tsst
 public NetworkCloud(ListView links, ListView nodes, Grid logs)
 {
     this.links     = links;
     this.logs      = logs;
     this.nodes     = nodes;
     this.switchBox = new SwitchingBox();
 }
예제 #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;
 }