Ejemplo n.º 1
0
        public void watchMouse()
        {
            delLableUpdate updator = new delLableUpdate(updateLabel);

            while (true)
            {
                this.label.BeginInvoke(updator, Cursor.Position.X + "," + Cursor.Position.Y);
                Thread.Sleep(10);
            }
        }
Ejemplo n.º 2
0
        public void watchMouse()
        {
            delLableUpdate updator = new delLableUpdate(updateLabel);

            while (true)
            {
                this.label.BeginInvoke(updator, Cursor.Position.X + "," + Cursor.Position.Y);
                Thread.Sleep(10);
            }
        }