private void btWatt_Click(object sender, EventArgs e) { this.Hide(); Watt watt = new Watt(); watt.Show(); }