private void Button4_Click(object sender, EventArgs e) { ActiveForm.Hide(); MoreInformation reg = new MoreInformation(); reg.ShowDialog(); Close(); }
private void SwitchFormAbout() { ActiveForm.Hide(); MoreInformation about = new MoreInformation(); about.ShowDialog(); Close(); }
private void Button3_Click(object sender, EventArgs e) { ActiveForm.Hide(); MoreInformation moreinf = new MoreInformation(); moreinf.ShowDialog(); Close(); }
private void Btn_Cancel_Click(object sender, EventArgs e) { ActiveForm.Hide(); MoreInformation about = new MoreInformation(); about.ShowDialog(); Close(); }