private void BoutonValidNbRouter_Click(object sender, EventArgs e) { NombreDeRouter = Convert.ToInt32(NombreRouterBox.Value); algoSource.Maximum = NombreDeRouter; algoDestinantion.Maximum = NombreDeRouter; Panel_ChoixLiaison_Affichage(); BoutonRetour.Location = new Point(12, 0); BoutonRetour.Visible = true; BoutonRetourMenu.Hide(); Panel_Liaison_Content(); }
public void Panel_Bonjour_Affichage() { espaceRouter.Hide(); ChoixLiaisonPanel.Hide(); NombreRouterPanel.Hide(); BoutonRetourMenu.Hide(); BoutonRetour.Hide(); PanelBonjour.Size = new Size(1351, 734); PanelBonjour.Location = new Point(0, 38); PanelBonjour.Show(); PanelBonjour.Dock = DockStyle.Fill; }