Changeset 11850 for extensions/PiwigoLib/PiwigoWpf/DTO
- Timestamp:
- Jul 29, 2011, 6:05:05 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PiwigoLib/PiwigoWpf/DTO/Helper/PwgCategoryWPFHelper.cs
r7160 r11850 28 28 if (aPwgCategoryWPF.UpperCategoriesId == null) 29 29 { 30 aPwgCategoryWPF.UpperCategoriesId = new System.Collections.ObjectModel.ObservableCollection< int>();30 aPwgCategoryWPF.UpperCategoriesId = new System.Collections.ObjectModel.ObservableCollection<Int32>(); 31 31 } 32 32 else … … 35 35 } 36 36 37 foreach ( inti in aPwgCategory.UpperCategoriesId)37 foreach (Int32 i in aPwgCategory.UpperCategoriesId) 38 38 { 39 39 aPwgCategoryWPF.UpperCategoriesId.Add(i);
Note: See TracChangeset
for help on using the changeset viewer.