Example #1
0
 private void About_btn_Click(object sender, EventArgs e)
 {
     About a = new About();
     a.ShowDialog();
 }