Esempio n. 1
0
        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();
            }
        }
Esempio n. 2
0
        private void simpleButton2_Click(object sender, EventArgs e)
        {
            frm_repair frm = new frm_repair();

            frm.ShowDialog();
        }