public frmUpd_Customers(frmLst_Customers afrmLst_Customers, int IDCustomer) { InitializeComponent(); this.afrmLst_Customers = afrmLst_Customers; this.IDCustomer = IDCustomer; }
public frmIns_Customers(frmLst_Customers afrmLst_Customers) { InitializeComponent(); this.afrmLst_Customers = afrmLst_Customers; }
private void barButtonItem20_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { frmLst_Customers afrmLst_Customers = new frmLst_Customers(); afrmLst_Customers.Show(); }