Example #1
0
 public ConnectorGUIControl(MainWindow form, Canvas canvas, Grid grid, MessageGUIControl mgc, WireGUIControl wgc, MenuGUIControl mngc, ListContainer lc)
 {
     this.form   = form;
     this.canvas = canvas;
     this.grid   = grid;
     this.mgc    = mgc;
     this.wgc    = wgc;
     this.mngc   = mngc;
     this.lc     = lc;
 }
 public ImageGUIControl(MainWindow form, Canvas canvas, Grid grid, DotGUIControl dgc, HighlighterGUIControl hgc, WireGUIControl wgc, MessageGUIControl mgc, MenuGUIControl mngc, ListContainer lc, ShortcutGUIControl sgc)
 {
     this.form   = form;
     this.canvas = canvas;
     this.grid   = grid;
     this.dgc    = dgc;
     this.hgc    = hgc;
     this.wgc    = wgc;
     this.mgc    = mgc;
     this.mngc   = mngc;
     this.lc     = lc;
     this.sgc    = sgc;
 }