from an rofstinfo, get an rofst object without ro images
added ToString()
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user