Esempio n. 1
0
 internal static void AddList(CustomerInfoList lst)
 {
     foreach (CustomerInfo item in lst)
     {
         _AllList.Add(item);
     }
 }
 public CustomerInfoListPropertyDescriptor(CustomerInfoList collection, int index) : base(collection, index)
 {
     ;
 }