Beispiel #1
0
        private void miReturnBook_Click(object sender, EventArgs e) //открытие окна возврата книги
        {
            ReturnBookForm returnBookForm = new ReturnBookForm();

            returnBookForm.Show(this);
        }
Beispiel #2
0
        private void returnBooksToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ReturnBookForm returnbooks = new ReturnBookForm();

            returnbooks.Show();
        }