private void btnSelectCustomers_Click(object sender, EventArgs e) { frmPaziresh frmPaziresh = new frmPaziresh(); frmPaziresh.LoadTypeID = 1; frmPaziresh.FormClosed += frmPaziresh_Closed; frmPaziresh.ShowDialog(); }
private void btnPaziresh_Click(object sender, EventArgs e) { Forms.frmPaziresh frmPaziresh = new Forms.frmPaziresh(); Forms.frmPaziresh.LoadTypeID = 0; frmPaziresh.Show(); }