private void Button1_Click(object sender, EventArgs e)
 {
     this.Hide();
     Interfaces.book_functions bk = new Interfaces.book_functions();
     bk.Show();
 }
Beispiel #2
0
 private void Btn_books_Click(object sender, EventArgs e)
 {
     this.Hide();
     Interfaces.book_functions books = new Interfaces.book_functions();
     books.Show();
 }