private void button2_Click(object sender, EventArgs e) { Form4_2 frm = new Form4_2(this); frm.Show(); this.Hide(); }
private void button2_Click(object sender, EventArgs e) { try { Form4_2 frm = new Form4_2(this); frm.Show(); this.Hide(); } catch { control = true; MessageBox.Show("Не вдалось під'єднатись до бази даних. Будь ласка, зверніться до системного адміністратора", "Помилка", MessageBoxButtons.OK, MessageBoxIcon.Error); this.Close(); l.Show(); } }
public diagnoses(Form4_2 f) { InitializeComponent(); this.f = f; }
public Form9(Form4_2 form4_2) { InitializeComponent(); }
public Form2(Form4_2 f) { InitializeComponent(); this.f = f; }