Changeset 11936 for extensions
- Timestamp:
- Aug 12, 2011, 4:52:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PiwigoLib/PiwigoWpf/DTO/PwgCategoryWPF.cs
r11935 r11936 176 176 #endregion // Parents - Childs 177 177 #endregion // Presentation Members 178 179 #region local category for import 180 private Boolean _isLocal; 181 public Boolean IsLocal 182 { 183 get { return _isLocal; } 184 set { _isLocal = value; } 185 } 186 187 private String _localFile; 188 public String LocalFile 189 { 190 get { return _localFile; } 191 set { _localFile = value; } 192 } 193 #endregion // local category for import 178 194 } 179 195 }
Note: See TracChangeset
for help on using the changeset viewer.