This commit is contained in:
2008-08-12 11:21:19 +00:00
parent 610f408c6d
commit d0dba2aad4
14 changed files with 937 additions and 240 deletions

View File

@@ -23,7 +23,7 @@ namespace VEPROMS.CSLA.Library
public static List<AnnotationTypeInfo> AllList()
{
//return _AllList;
return AnnotationTypeInfo._AllList;
return AnnotationTypeInfo._CacheList;
}
public override string ToString()
{