Exemplo n.º 1
0
 private void IconBox_MouseDown(object sender, MouseEventArgs e)
 {
     offset            = IconBox.PointToClient(MousePosition);
     moving            = true;
     TimerMain.Enabled = true;
 }