This commit is contained in:
parent
0e8d0d6b4d
commit
9c302816a3
@ -3306,6 +3306,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
public new ConfigDynamicTypeDescriptor MyConfig
|
public new ConfigDynamicTypeDescriptor MyConfig
|
||||||
{
|
{
|
||||||
get { return ProcedureConfig ; }
|
get { return ProcedureConfig ; }
|
||||||
|
set { _ProcedureConfig = null; }
|
||||||
}
|
}
|
||||||
public DocVersionInfo MyDocVersion
|
public DocVersionInfo MyDocVersion
|
||||||
{
|
{
|
||||||
@ -3494,6 +3495,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
public new ConfigDynamicTypeDescriptor MyConfig
|
public new ConfigDynamicTypeDescriptor MyConfig
|
||||||
{
|
{
|
||||||
get { return SectionConfig; }
|
get { return SectionConfig; }
|
||||||
|
set { _SectionConfig = null; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user