Exemplo n.º 1
0
 private void baseButtonImport_Click(object sender, EventArgs e)
 {
     importForm = new WholesaleCostumeStoreRecordForm(pfCustomeId);
     importForm.CloseWhenEscape = false;
     importForm.ConfirmClick   += form_ConfirmClick;
     if (importForm.ShowDialog() != DialogResult.OK)
     {
         importShopID = string.Empty;
         importPath   = string.Empty;
         return;
     }
 }