Ignore:
Timestamp:
Sep 2, 2011, 5:08:48 PM (13 years ago)
Author:
bayral
Message:

start local ctageory and local image for import

File:
1 edited

Legend:

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

    r12015 r12038  
    9696            }
    9797
     98            private LocalPwgCategoryListWPF _localCategoryToImport;
     99            public LocalPwgCategoryListWPF LocalCategoryToImport
     100            {
     101                set { _localCategoryToImport = value; OnPropertyChanged("LocalCategoryToImport"); }
     102                get { return _localCategoryToImport; }
     103            }
     104           
     105
    98106            public event PropertyChangedEventHandler PropertyChanged;
    99107            internal void OnPropertyChanged(String info)
Note: See TracChangeset for help on using the changeset viewer.