private void button1_Click(object sender, EventArgs e) { smartBoardForm SBF = new smartBoardForm(); SBF.Show(); this.Hide(); }
private void radioButton3_CheckedChanged(object sender, EventArgs e) { smartBoardForm smartBoardForm = new smartBoardForm(); smartBoardForm.Show(); this.Hide(); }