Exemple #1
0
        private void Btn_Bilgilendirme_Click(object sender, EventArgs e) // Bilgilendirme formuna erisebilmeyi saglayan buton
        {
            BilgilendirmeFormu b = new BilgilendirmeFormu();

            b.Show();
        }
Exemple #2
0
        private void Btn_Bilgilendirme_Click(object sender, EventArgs e)
        {
            BilgilendirmeFormu b = new BilgilendirmeFormu();

            b.Show();
        }