Ignore:
Timestamp:
Aug 30, 2011, 6:01:40 PM (13 years ago)
Author:
bayral
Message:

adding a setup.exe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoWpf/DTO/LocalPwgCategory.cs

    r12015 r12016  
    1010    {}
    1111
    12     class LocalPwgCategoryWPF : INotifyPropertyChanged
     12    public class LocalPwgCategoryWPF : INotifyPropertyChanged
    1313    {
    1414        private Int32 _id;
    15         public override Int32 Id
     15        public Int32 Id
    1616        {
    1717            set { _id = value; OnPropertyChanged("Id"); }
     
    3434
    3535        private Int32 _upperCatId;
    36         public override Int32 UpperCatId
     36        public Int32 UpperCatId
    3737        {
    3838            set { _upperCatId = value; OnPropertyChanged("UpperCatId"); }
Note: See TracChangeset for help on using the changeset viewer.