Beispiel #1
0
        private void Frm_UyeTarifeEkle_FormClosing(object sender, FormClosingEventArgs e)
        {
            Frm_UyeGoruntule frm = (Frm_UyeGoruntule)Application.OpenForms["Frm_UyeGoruntule"];
            string           aranacak;

            aranacak = "";
            frm.doldur(aranacak, parametre);
            frm.kalan_gun_hesap();
            frm.doldur(aranacak, parametre);
            frm.renklendir();
            frm.sifirla();
        }