示例#1
0
        private void constructor()
        {
            //ID = ComponentsManager.GetFreeID();
            Logics           = new Logics.EmptyLogics();
            Graphics         = new Graphics.EmptyGraphics();
            Graphics.parent  = this;
            Logics.parent    = this;
            Graphics.Visible = false;

            ToolTip = null;
        }
示例#2
0
        private void constructor()
        {
            //ID = ComponentsManager.GetFreeID();
            Logics = new Logics.EmptyLogics();
            Graphics = new Graphics.EmptyGraphics();
            Graphics.parent = this;
            Logics.parent = this;
            Graphics.Visible = false;

            ToolTip = null;
        }