public static AboutUsPg getInstance() { if (instance == null) { instance = new AboutUsPg(); } instance.InitializeComponent(); instance.Show(); return(instance); }
private void btnAboutUs_Click(object sender, EventArgs e) { this.Hide(); AboutUsPg.getInstance(); }