Exemplo n.º 1
0
        private void viewBooksToolStripMenuItem_Click(object sender, EventArgs e)
        {
            books book = new books();

            book.Show();
        }
Exemplo n.º 2
0
 partial void Deletebooks(books instance);
Exemplo n.º 3
0
 partial void Updatebooks(books instance);
Exemplo n.º 4
0
 partial void Insertbooks(books instance);
Exemplo n.º 5
0
 private void detach_books(books entity)
 {
     this.SendPropertyChanging();
     entity.authors = null;
 }
Exemplo n.º 6
0
 private void attach_books(books entity)
 {
     this.SendPropertyChanging();
     entity.authors = this;
 }