예제 #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
 private void constructor()
 {
     Logics = new Logics.PulseFormerLogics();
     Graphics = new Graphics.PulseFormerGraphics();
     Graphics.parent = this;
     Logics.parent = this;
 }
예제 #4
0
        protected void constructor()
        {
            Logics = new Logics.PulseFormerLogics();
            Graphics = new Graphics.PulseFormerGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.PulseFormerProperties();
        }