Beispiel #1
0
        protected void constructor()
        {
            Logics          = new Logics.PowerLogics();
            Graphics        = new Graphics.PowerGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            ToolTip = new GUI.PowerProperties();
        }
Beispiel #2
0
        protected void constructor()
        {
            Logics = new Logics.PowerLogics();
            Graphics = new Graphics.PowerGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.PowerProperties();
        }