修改帮助文件为本地文件
This commit is contained in:
parent
1139170b1d
commit
46dc090e2c
@ -154,7 +154,14 @@ namespace NJCIT
|
|||||||
|
|
||||||
private void toolStripLabel_help_Click(object sender, EventArgs e)
|
private void toolStripLabel_help_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
System.Diagnostics.Process.Start("http://xueye.io/njcit-lan-help.html");
|
try
|
||||||
|
{
|
||||||
|
System.Diagnostics.Process.Start("help.html");
|
||||||
|
}
|
||||||
|
catch (Exception ee)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ee.Message, "错误提示", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -243,7 +243,14 @@ namespace NJCIT
|
|||||||
|
|
||||||
private void toolStripButton_help_Click(object sender, EventArgs e)
|
private void toolStripButton_help_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
System.Diagnostics.Process.Start("http://xueye.io/njcit-lan-help.html");
|
try
|
||||||
|
{
|
||||||
|
System.Diagnostics.Process.Start("help.html");
|
||||||
|
}
|
||||||
|
catch (Exception ee)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ee.Message, "错误提示", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
0
NJCIT/bin/Debug/help.html
Normal file
0
NJCIT/bin/Debug/help.html
Normal file
Loading…
Reference in New Issue
Block a user