different location of RTF files
help file
This commit is contained in:
@@ -26,8 +26,8 @@ namespace VEPROMS
|
||||
}
|
||||
private string GetDirPath()
|
||||
{
|
||||
string rtnstr = Directory.GetCurrentDirectory();
|
||||
rtnstr += @"\help\";
|
||||
string rtnstr = Application.StartupPath;
|
||||
rtnstr += @"\";
|
||||
return rtnstr;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user