Exemplo n.º 1
0
 /// <summary>
 /// Closes the window and raises the file copy event
 /// </summary>
 public override void OnEnter()
 {
     Close();
     CopyEvent?.Invoke(this, source, Destination.Value, Move);
 }
Exemplo n.º 2
0
 private void CopyMN_Click(object sender, EventArgs e)
 {
     CopyEvent.Invoke(sender, e);
 }
Exemplo n.º 3
0
 private void CopyToolStripMenuItem_Click(object sender, EventArgs e)
 {
     CopyEvent.Invoke(sender, e);
 }
Exemplo n.º 4
0
 public void CopyTL_Click(object sender, EventArgs e)
 {
     CopyEvent.Invoke(sender, e);
 }