Exemplo n.º 1
0
 /*
  * Initialisation de la Form frmWelcome
  */
 public frmWelcome()
 {
     InitializeComponent();
     objfrmWelcome = this;
     deconnectMenuItem.Visible = false;
 }
Exemplo n.º 2
0
 /*
  * Creation et initalisation des composants de la fenêtre Connexion
  */
 public frmConnexion(frmWelcome objfrmWelcome)
 {
     InitializeComponent();
     this.objfrmWelcome = objfrmWelcome;
     tbxPassword.PasswordChar = '*';
 }
Exemplo n.º 3
0
 // Initialisation de la Form frmSubscribe
 public frmSubscribe(frmWelcome objfrmWelcome)
 {
     InitializeComponent();
     this.objfrmWelcome = objfrmWelcome;
 }