public Configuration(Mathematique.setCatalogueInfo setter)
 {
     InitializeComponent();
     this.setter                = setter;
     txt_port_catalogue.Text    = Mathematique.port_catalogue_default;
     txt_adresse_catalogue.Text = Mathematique.adresse_catalogue_default;
     txt_port_local.Text        = Mathematique.port_local_default;
 }
 public Configuration(Mathematique.setCatalogueInfo setter)
 {
     InitializeComponent();
         this.setter = setter;
         txt_port_catalogue.Text = Mathematique.port_catalogue_default;
         txt_adresse_catalogue.Text = Mathematique.adresse_catalogue_default;
         txt_port_local.Text = Mathematique.port_local_default;
 }