Exemplo n.º 1
0
 private void constructor()
 {
     Logics          = new Logics.XORGateLogics();
     Graphics        = new Graphics.XORGateGraphics();
     Graphics.parent = this;
     Logics.parent   = this;
 }
Exemplo n.º 2
0
 private void constructor()
 {
     Logics = new Logics.XORGateLogics();
     Graphics = new Graphics.XORGateGraphics();
     Graphics.parent = this;
     Logics.parent = this;
 }