from an rofstinfo, get an rofst object without ro images

added ToString()
This commit is contained in:
2015-01-29 13:46:22 +00:00
parent d4be18b454
commit 90b46d6873
2 changed files with 8 additions and 0 deletions

View File

@@ -700,6 +700,10 @@ namespace VEPROMS.CSLA.Library
}
return false;
}
public ROFst GetJustROFst()
{
return ROFst.GetJustROFst(ROFstID);
}
public event ROFstInfoROTableUpdateEvent ROTableUpdate;
public List<string> OnROTableUpdate(object sender, ROFstInfoROTableUpdateEventArgs args)
{