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/PiwigoLib/DTO/PwgCategory.cs

    r3834 r11850  
    11using System;
    22using System.Collections.Generic;
    3 using System.Text;
    43
    54
     
    98    public class PwgCategory
    109    {
     10        public static Int32 RootCategoryId = 0;
     11
    1112        public Int32        Id { get; set; }
    1213        public List<Int32>  UpperCategoriesId { get; set; }
Note: See TracChangeset for help on using the changeset viewer.