Ignore:
Timestamp:
Oct 3, 2011, 5:09:51 PM (13 years ago)
Author:
bayral
Message:

rename category to Albums

File:
1 edited

Legend:

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

    r12038 r12336  
    6767            }
    6868
    69             private PwgRootCategoryListWPF _categoryList = new PwgRootCategoryListWPF();
    70             public PwgRootCategoryListWPF CategoryList
     69            private PwgRootAlbumListWPF _AlbumList = new PwgRootAlbumListWPF();
     70            public PwgRootAlbumListWPF AlbumList
    7171            {
    72                 set { _categoryList = value; OnPropertyChanged("CategoryList"); }
    73                 get { return _categoryList; }
     72                set { _AlbumList = value; OnPropertyChanged("AlbumList"); }
     73                get { return _AlbumList; }
    7474            }
    7575
    76             private PwgRootCategoryWPF _rootCategoryList;
    77             public PwgRootCategoryWPF RootCategoryList
     76            private PwgRootAlbumWPF _rootAlbumList;
     77            public PwgRootAlbumWPF RootAlbumList
    7878            {
    79                 set { _rootCategoryList = value; OnPropertyChanged("RootCategoryList"); }
    80                 get { return _rootCategoryList; }
     79                set { _rootAlbumList = value; OnPropertyChanged("RootAlbumList"); }
     80                get { return _rootAlbumList; }
    8181            }
    8282
     
    9696            }
    9797
    98             private LocalPwgCategoryListWPF _localCategoryToImport;
    99             public LocalPwgCategoryListWPF LocalCategoryToImport
     98            private LocalPwgAlbumListWPF _localAlbumToImport;
     99            public LocalPwgAlbumListWPF LocalAlbumToImport
    100100            {
    101                 set { _localCategoryToImport = value; OnPropertyChanged("LocalCategoryToImport"); }
    102                 get { return _localCategoryToImport; }
     101                set { _localAlbumToImport = value; OnPropertyChanged("LocalAlbumToImport"); }
     102                get { return _localAlbumToImport; }
    103103            }
    104104           
Note: See TracChangeset for help on using the changeset viewer.