예제 #1
0
 public Authentification()
 {
     InitializeComponent();
     if (ORM.Connexion())
     {
         lbConnServeur.Text = "Connecté";
     }
     else
     {
         lbConnServeur.Text = "Déconnecté";
     }
 }
예제 #2
0
 public Inscription()
 {
     InitializeComponent();
     if (ORM.Connexion())
     {
         lbConn.Text = "On";
     }
     else
     {
         lbConn.Text = "Off";
     }
 }