Ignore:
Timestamp:
Jul 29, 2011, 6:05:05 PM (13 years ago)
Author:
bayral
Message:

MAj des truc existant et debut du upload de fichier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoWpf/DTO/Helper/PwgCategoryWPFHelper.cs

    r7160 r11850  
    2828                if (aPwgCategoryWPF.UpperCategoriesId == null)
    2929                {
    30                     aPwgCategoryWPF.UpperCategoriesId = new System.Collections.ObjectModel.ObservableCollection<int>();
     30                    aPwgCategoryWPF.UpperCategoriesId = new System.Collections.ObjectModel.ObservableCollection<Int32>();
    3131                }
    3232                else
     
    3535                }
    3636
    37                 foreach (int i in aPwgCategory.UpperCategoriesId)
     37                foreach (Int32 i in aPwgCategory.UpperCategoriesId)
    3838                {
    3939                    aPwgCategoryWPF.UpperCategoriesId.Add(i);
Note: See TracChangeset for help on using the changeset viewer.