private void BUT_DODAJ_Click(object sender, EventArgs e)
        {
            Dodaj_czytelnika CZYT_DODAJ = new Dodaj_czytelnika();

            CZYT_DODAJ.ShowDialog();
            Wyszukaj_czytelnika_Load(sender, e);
        }
示例#2
0
        private void Cz_Dodaj_Click(object sender, EventArgs e)
        {
            Dodaj_czytelnika CZYT_DODAJ = new Dodaj_czytelnika();

            CZYT_DODAJ.ShowDialog();
        }