private void btOhm_Click(object sender, EventArgs e) { this.Hide(); Ohm ohm = new Ohm(); ohm.Show(); }