Changeset 18564 for lang/csharp/MMMMB/MMMMB/Entry.cs
- Timestamp:
- 09/01/08 09:03:20 (4 months ago)
- Files:
-
- 1 modified
-
lang/csharp/MMMMB/MMMMB/Entry.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/MMMMB/MMMMB/Entry.cs
r10019 r18564 46 46 set { image = value; } 47 47 } 48 48 49 private Dictionary<string, IExtendedProperty> extendedProperties = new Dictionary<string, IExtendedProperty>(); 50 51 public Dictionary<string, IExtendedProperty> ExtendedProperties 52 { 53 get { return extendedProperties; } 54 set { extendedProperties = value; } 55 } 49 56 } 50 57 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)