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