Changeset 2480
- Timestamp:
- 3/13/2012 6:28:51 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/pluginsRewrite/Eraser.Plugins/PluginInfo.cs
r2475 r2480 61 61 62 62 //Get the persistent store for this assembly 63 PersistentStore = Host.Instance.PersistentStore.GetSubsection(64 new Guid(((GuidAttribute)Assembly.GetCallingAssembly().65 GetCustomAttributes(typeof(GuidAttribute), false)[0]).Value).ToString());63 if (AssemblyInfo.Guid != Guid.Empty) 64 PersistentStore = Host.Instance.PersistentStore.GetSubsection( 65 AssemblyInfo.Guid.ToString()); 66 66 } 67 67
Note: See TracChangeset
for help on using the changeset viewer.
