コード例 #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;
 }