예제 #1
0
 private void constructor()
 {
     Logics          = new Logics.DiodeLogics();
     Graphics        = new Graphics.DiodeGraphics();
     Graphics.parent = this;
     Logics.parent   = this;
 }
예제 #2
0
파일: Diode.cs 프로젝트: XZelnar/MicroWorld
 private void constructor()
 {
     Logics = new Logics.DiodeLogics();
     Graphics = new Graphics.DiodeGraphics();
     Graphics.parent = this;
     Logics.parent = this;
 }