private void btnMoveImage_Click(object sender, EventArgs e) { FormMoveImage form = new FormMoveImage(); form.ShowDialog(); }