Exemple #1
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            customerVendorOperation addOpframe = new AddCustomerVendor(customerOrVendor);

            addOpframe.ShowDialog();
            FillTheDataGrid();
        }
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     customerVendorOperation addOpframe = new AddCustomerVendor(customerOrVendor);
     addOpframe.ShowDialog();
     FillTheDataGrid();
 }