This commit is contained in:
chi
2021-03-19 14:08:42 +09:00
parent 9d3e220d7f
commit 35d6c64b99
18 changed files with 731 additions and 538 deletions

View File

@@ -1209,7 +1209,7 @@ namespace FEQ0000
private void toolStripButton3_Click_1(object sender, EventArgs e)
{
var fn = System.IO.Path.Combine(FCOMMON.Util.CurrentPath, "Manual.pdf");
var fn = System.IO.Path.Combine(FCOMMON.Util.CurrentPath, "PurcManual.pdf");
if (System.IO.File.Exists(fn))
{
FCOMMON.Util.RunExplorer(fn);