private void button3_Click(object sender, EventArgs e) { this.Hide(); about ab = new about(); ab.ShowDialog(); }
private void button1_Click(object sender, EventArgs e) { about ab = new about(); this.Hide(); ab.Show(); }