예제 #1
0
 void ComboGetAuthor()
 {
     cmbAuthorID.DisplayMember = "FullName";
     cmbAuthorID.ValueMember   = "AuthorID";
     cmbAuthorID.DataSource    = _authorBLL.GetAuthorListFullName();
 }