Ejemplo n.º 1
0
 private void mBtnCancel_Click(object sender, EventArgs e)
 {
     EResult = drResult.CANCEL;
     this.Close();
 }
Ejemplo n.º 2
0
 private void mBtnRename_Click(object sender, EventArgs e)
 {
     EResult = drResult.RENAME;
     this.Close();
 }
Ejemplo n.º 3
0
 private void mBtnSkip_Click(object sender, EventArgs e)
 {
     EResult = drResult.OK;
     this.Close();
 }