Esempio n. 1
0
        public static void Destekform(string mailAdresi)
        {
            destekformu form = new destekformu();

            form.txt_mail.Text = mailAdresi;
            form.ShowDialog();
        }
Esempio n. 2
0
        public static void Destekform(string kullaniciAdi, string mailAdresi)
        {
            destekformu form = new destekformu();

            form.txt_ad.Text      = kullaniciAdi;
            form.txt_ad.Enabled   = false;
            form.txt_mail.Text    = mailAdresi;
            form.txt_mail.Enabled = false;
            form.ShowDialog();
        }
Esempio n. 3
0
        public static void Destekform()
        {
            destekformu form = new destekformu();

            form.ShowDialog();
        }