コード例 #1
0
 public frmAuthor()
 {
     InitializeComponent();
     m_AuthorMulitSelect    = new GridCheckMarksSelection(grdvListAuthor);
     m_AuthorExecute        = new CAuthorBUS();
     m_AuthorData           = new DataTable();
     AuthorSno.VisibleIndex = 1;
     m_IsAdd = false;
 }
コード例 #2
0
 public frmBookSearch()
 {
     InitializeComponent();
     m_AuthorExecute    = new CAuthorBUS();
     m_BookGenreExecute = new CBookGenreBUS();
     m_PublisherExecute = new CPublisherBUS();
     m_BookGenreData    = new DataTable();
     m_AuthorData       = new DataTable();
     m_PublisherData    = new DataTable();
     m_BookData         = new DataTable();
     m_BookExecute      = new CBookBUS();
 }
コード例 #3
0
 public frmBookTitle()
 {
     InitializeComponent();
     m_AuthorExecute            = new CAuthorBUS();
     m_BookGenreExecute         = new CBookGenreBUS();
     m_AuthorData               = new DataTable();
     m_BookGenreData            = new DataTable();
     m_BookTitlesMulitSelect    = new GridCheckMarksSelection(grdvListBookTitles);
     m_BookTitlesExecute        = new CBookTitlesBUS();
     m_BookTitlesData           = new DataTable();
     m_AuthorDetailExecute      = new CAuthorDetailBUS();
     BookTiltesSno.VisibleIndex = 1;
 }