added a Refresh method to refresh AnnotationTypeInfoList
added a Refresh method to refresh StageInfoList
This commit is contained in:
@@ -66,6 +66,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return _Name;
|
||||
}
|
||||
}
|
||||
public partial class AnnotationTypeInfoList
|
||||
{
|
||||
public static void Refresh()
|
||||
{
|
||||
Reset();
|
||||
_AnnotationTypeInfoList = Get();
|
||||
}
|
||||
}
|
||||
public partial class Annotation
|
||||
{
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user