private void BUT_DODAJ_Click(object sender, EventArgs e) { Dodaj_czytelnika CZYT_DODAJ = new Dodaj_czytelnika(); CZYT_DODAJ.ShowDialog(); Wyszukaj_czytelnika_Load(sender, e); }
private void Cz_Dodaj_Click(object sender, EventArgs e) { Dodaj_czytelnika CZYT_DODAJ = new Dodaj_czytelnika(); CZYT_DODAJ.ShowDialog(); }