예제 #1
0
 public FileDigitalVizForm(SerializationHelper sh)
     : base()
 {
     gd        = new GraphDigital(sh.graph);
     dataBlock = sh.dataBlock;
 }
예제 #2
0
 public FileDigitalVizForm(SerializationHelper sh)
     : base()
 {
     gd = new GraphDigital(sh.graph);
      dataBlock = sh.dataBlock;
 }
예제 #3
0
 public DigitalVizForm(GraphDigital gd)
     : base()
 {
     this.gd = gd;
 }
예제 #4
0
 public DigitalVizForm(GraphDigital gd)
     : base()
 {
     this.gd = gd;
 }