Пример #1
0
 public WordTime()
 {
     InitializeComponent();
     this.CenterToScreen();
     cn = new Connection();
     tt = new ClassLogin();
 }
Пример #2
0
 public Menu(string cv)
 {
     InitializeComponent();
     this.CenterToScreen();
     tt     = new ClassLogin();
     chucvu = cv;
 }
Пример #3
0
 public Login()
 {
     InitializeComponent();
     this.CenterToScreen();
     tt = new ClassLogin();
 }