search logic
This commit is contained in:
@@ -862,6 +862,10 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
get { return _SearchPath; }
|
||||
}
|
||||
public string ShortSearchPath
|
||||
{
|
||||
get { return Regex.Replace(_SearchPath, "\x11.*?\x07", "\x07"); }
|
||||
}
|
||||
internal int _SearchAnnotationID;
|
||||
public int SearchAnnotationID
|
||||
{
|
||||
|
Reference in New Issue
Block a user