コード例 #1
0
ファイル: Switch.cs プロジェクト: XZelnar/MicroWorld
 private void constructor()
 {
     Logics = new Logics.SwitchLogics();
     Graphics = new Graphics.SwitchGraphics();
     Graphics.parent = this;
     Logics.parent = this;
 }
コード例 #2
0
ファイル: Switch.cs プロジェクト: XZelnar/MicroWorld
 private void constructor()
 {
     Logics = new Logics.SwitchLogics();
     Graphics = new Graphics.SwitchGraphics();
     Graphics.parent = this;
     Logics.parent = this;
 }