public KullaniciBilgileri()
 {
     InitializeComponent();
     kullaniciGiris = new DBOClass();
 }
Exemplo n.º 2
0
 public MainPage()
 {
     InitializeComponent();
     kullanici = new DBOClass();
 }
Exemplo n.º 3
0
 public FirstPage()
 {
     InitializeComponent();
     sifreTextBox.PasswordChar = '•';
     kullaniciGiris            = new DBOClass();
 }
 public KullaniciRapor()
 {
     InitializeComponent();
     kullanici = new DBOClass();
 }