예제 #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;
        }
예제 #3
0
 public Cursor()
 {
     Logics = new Logics.EmptyLogics();
     Graphics = new Graphics.CursorGraphics();
 }
예제 #4
0
 public Cursor()
 {
     Logics   = new Logics.EmptyLogics();
     Graphics = new Graphics.CursorGraphics();
 }