Esempio n. 1
0
File: Form1.cs Progetto: ahkhat/OOP
 private void Form1_Load(object sender, EventArgs e)
 {
     Kullanici k = new Kullanici();
     Ogrenci   o = new Ogrenci();
 }