Example #1
0
        protected void constructor()
        {
            Logics          = new Logics.PulseFormerLogics();
            Graphics        = new Graphics.PulseFormerGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            ToolTip = new GUI.PulseFormerProperties();
        }
Example #2
0
        protected void constructor()
        {
            Logics = new Logics.PulseFormerLogics();
            Graphics = new Graphics.PulseFormerGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.PulseFormerProperties();
        }