Example #1
0
        private void constructor()
        {
            Logics = new Logics.CoilLogics();
            Graphics = new Graphics.CoilGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.CoilProperties();
        }
Example #2
0
        private void constructor()
        {
            Logics          = new Logics.CoilLogics();
            Graphics        = new Graphics.CoilGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            ToolTip = new GUI.CoilProperties();
        }