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

            ToolTip = new GUI.PowerACProperties();
        }
Example #2
0
        protected void constructor()
        {
            Logics = new Logics.PowerACLogics();
            Graphics = new Graphics.PowerACGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.PowerACProperties();
        }