private void simpleButton2_Click(object sender, EventArgs e) { int ID = Convert.ToInt16(gridView2.GetFocusedRowCellValue("CompanyID").ToString()); getCompanyFeild(ID); frmcompanyDialog companydialog = new frmcompanyDialog(_company, this); companydialog.ShowDialog(); }
private void simpleButton4_Click(object sender, EventArgs e) { frmcompanyDialog companydialog = new frmcompanyDialog(); companydialog.ShowDialog(); }