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