void open_connections() { ROSESONLY.DLL.connectiondata cd = new DLL.connectiondata(); DataTable dt = new DataTable(); try { dt = cd.getdata("check_connections", null); } catch (Exception ex) { MessageBox.Show(ex.ToString()); frm_repair frm = new frm_repair(); frm.ShowDialog(); } }
private void simpleButton2_Click(object sender, EventArgs e) { frm_repair frm = new frm_repair(); frm.ShowDialog(); }