Exemple #1
0
 private void constructor()
 {
     Logics          = new Logics.NOTGateLogics();
     Graphics        = new Graphics.NOTGateGraphics();
     Graphics.parent = this;
     Logics.parent   = this;
 }
Exemple #2
0
 private void constructor()
 {
     Logics = new Logics.NOTGateLogics();
     Graphics = new Graphics.NOTGateGraphics();
     Graphics.parent = this;
     Logics.parent = this;
 }