Ejemplo n.º 1
0
 private void OptionsForm_MouseDown(object sender, MouseEventArgs e)
 {
     DragAndDrop.Initiate(this, parentForm, sender, e);
 }
Ejemplo n.º 2
0
 private void Loader_MouseDown(object sender, MouseEventArgs e)
 {
     DragAndDrop.Initiate(this, this, sender, e);
 }
Ejemplo n.º 3
0
 private void MoveWindow(object sender, MouseEventArgs e)
 {
     DragAndDrop.Initiate(this, this, sender, e);
 }