Ejemplo n.º 1
0
 public WordTime()
 {
     InitializeComponent();
     this.CenterToScreen();
     cn = new Connection();
     tt = new ClassLogin();
 }
Ejemplo n.º 2
0
 public Menu(string cv)
 {
     InitializeComponent();
     this.CenterToScreen();
     tt     = new ClassLogin();
     chucvu = cv;
 }
Ejemplo n.º 3
0
 public Login()
 {
     InitializeComponent();
     this.CenterToScreen();
     tt = new ClassLogin();
 }