This commit is contained in:
Jsj
2008-08-22 18:45:30 +00:00
parent c05093af02
commit e4278e63a7
3 changed files with 261 additions and 191 deletions

View File

@@ -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++)
{