/** * */ private void StudentButton_Click(object sender, EventArgs e) { this.Hide(); StudentLoginForm StudentLogin = new StudentLoginForm(); StudentLogin.Show(); }
private void StudentButton_Click(object sender, EventArgs e) { StudentLoginForm StudentLogin = new StudentLoginForm(); StudentLogin.Show(); if (StudentLogin.catdone) { MessageBox.Show("YOU DID IT BRO0"); } }