private void btBlackForm_Click(object sender, EventArgs e) { BlackForm f = new BlackForm(); f.Show(); }