예제 #1
0
 public void SetBulkColumn(BulkColumn column)
 {
     _binding_bulk = column;
     GroupName     = column.GroupName;
 }
예제 #2
0
 public ShiftCheckList(BulkColumn key, BulkColumn shift)
 {
     _checkList = new Dictionary <string, string>();
     _key       = key;
     _shift     = shift;
 }