Ejemplo n.º 1
0
 private void constructor()
 {
     Logics = new Logics.SwitchLogics();
     Graphics = new Graphics.SwitchGraphics();
     Graphics.parent = this;
     Logics.parent = this;
 }
Ejemplo n.º 2
0
 private void constructor()
 {
     Logics = new Logics.SwitchLogics();
     Graphics = new Graphics.SwitchGraphics();
     Graphics.parent = this;
     Logics.parent = this;
 }