示例#1
0
        private void viewBooksToolStripMenuItem_Click(object sender, EventArgs e)
        {
            books book = new books();

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