Changeset 11936


Ignore:
Timestamp:
Aug 12, 2011, 4:52:02 PM (13 years ago)
Author:
bayral
Message:

local cateoroy for import

File:
1 edited

Legend:

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

    r11935 r11936  
    176176        #endregion // Parents - Childs
    177177        #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
    178194    }
    179195}
Note: See TracChangeset for help on using the changeset viewer.