예제 #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);
            }
        }
예제 #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);
            }
        }