private void BUT_WYPOZYCZ_Click(object sender, EventArgs e)
        {
            Dodaj_wypozyczenie wypozyczenie = new Dodaj_wypozyczenie();

            wypozyczenie.ShowDialog();
            Wyszukaj_wypozyczenia_Load(sender, e);
        }
        private void BUT_WYPOZYCZ_Click(object sender, EventArgs e)
        {
            Dodaj_wypozyczenie wypozyczenie = new Dodaj_wypozyczenie(this.DATA_CZYTELNICY.CurrentRow.Cells[1].Value.ToString(), this.DATA_CZYTELNICY.CurrentRow.Cells[0].Value.ToString(), this.DATA_CZYTELNICY.CurrentRow.Cells[2].Value.ToString());

            wypozyczenie.ShowDialog();
        }
Ejemplo n.º 3
0
        private void Wy_Dodaj_Click(object sender, EventArgs e)
        {
            Dodaj_wypozyczenie WYP_DODAJ = new Dodaj_wypozyczenie();

            WYP_DODAJ.ShowDialog();
        }
Ejemplo n.º 4
0
        private void BUT_WYPOZYCZ_Click(object sender, EventArgs e)
        {
            Dodaj_wypozyczenie wypozyczenie = new Dodaj_wypozyczenie(DATA_KSIAZKI.SelectedCells[0].Value.ToString(), DATA_KSIAZKI.SelectedCells[5].Value.ToString());

            wypozyczenie.ShowDialog();
        }