This commit is contained in:
2008-11-19 13:59:54 +00:00
parent 155000586d
commit b8f6a4df10
5 changed files with 32 additions and 11 deletions

View File

@@ -88,7 +88,7 @@ namespace VEPROMS.CSLA.Library
{
get { return MyFormat; }
}
public DynamicTypeDescriptor MyConfig
public ConfigDynamicTypeDescriptor MyConfig
{
get { return FolderConfig; }
}
@@ -221,7 +221,7 @@ namespace VEPROMS.CSLA.Library
{
get { return MyFormat; }
}
public DynamicTypeDescriptor MyConfig
public ConfigDynamicTypeDescriptor MyConfig
{
get { return Get().FolderConfig; }
}