This commit is contained in:
@@ -255,7 +255,7 @@ namespace VEPROMS
|
||||
string tpath = ppTxbxRoFoldLoc.Text + "\\RO.FST";
|
||||
if (File.Exists(tpath))
|
||||
{
|
||||
ROFST rofst = new ROFST(tpath);
|
||||
ROFST rofst = new ROFST(tpath, null);
|
||||
ROFST.rodbi[] rodblist = rofst.GetRODatabaseList();
|
||||
for (int i = 0; i < rodblist.Length; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user