private void backbutton_Click(object sender, EventArgs e) { HomeNavigation homeNavigation = new HomeNavigation(); homeNavigation.Show(); this.Hide(); }
private void btnBack_Click_1(object sender, EventArgs e) { HomeNavigation homeNavigation = new HomeNavigation(); homeNavigation.Show(); Hide(); }
private void btnBack_Click_1(object sender, EventArgs e) { HomeNavigation navHome = new HomeNavigation(); navHome.Show(); this.Hide(); }