コード例 #1
0
 /// <summary>
 /// Populate a ListControl with all the items in the foreign table (or true/false for boolean fields)
 /// </summary>
 /// <param name="listControl"></param>
 public void PopulateListControl(ListControl listControl)
 {
     FilterDelegate.PopulateListControl(listControl);
 }