private void button3_Click(object sender, EventArgs e) { KullanıcıGiriş kullanıcıGiriş = new KullanıcıGiriş(); kullanıcıGiriş.Show(); this.Hide(); }
private void button1_Click(object sender, EventArgs e) { Kullanici.GetKullanici.Add(new Kullanici(Int32.Parse(textBox1.Text), textBox2.Text, textBox3.Text, textBox4.Text, Int32.Parse(textBox5.Text))); dosyaOlustur(); KullanıcıGiriş kullanıcıGiriş = new KullanıcıGiriş(Kullanici.GetKullanici); kullanıcıGiriş.Show(); this.Hide(); }