コード例 #1
0
 private void constructor()
 {
     Logics          = new Logics.PulseFormerLogics();
     Graphics        = new Graphics.PulseFormerGraphics();
     Graphics.parent = this;
     Logics.parent   = this;
 }
コード例 #2
0
        protected void constructor()
        {
            Logics          = new Logics.PulseFormerLogics();
            Graphics        = new Graphics.PulseFormerGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            ToolTip = new GUI.PulseFormerProperties();
        }
コード例 #3
0
ファイル: PulseFormer.cs プロジェクト: XZelnar/MicroWorld
 private void constructor()
 {
     Logics = new Logics.PulseFormerLogics();
     Graphics = new Graphics.PulseFormerGraphics();
     Graphics.parent = this;
     Logics.parent = this;
 }
コード例 #4
0
ファイル: PulseFormer.cs プロジェクト: XZelnar/MicroWorld
        protected void constructor()
        {
            Logics = new Logics.PulseFormerLogics();
            Graphics = new Graphics.PulseFormerGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.PulseFormerProperties();
        }