..
This commit is contained in:
@@ -1045,5 +1045,18 @@ namespace Project
|
||||
if (!ShowForm(formkey))
|
||||
AddForm(formkey, new FCM0000.fJRForm());
|
||||
}
|
||||
|
||||
private void 설명서ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
Util.RunExplorer("http://127.0.0.1:9000/Manual");
|
||||
}
|
||||
|
||||
private void 라이선스ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
string formkey = "LICENSE";
|
||||
if (!ShowForm(formkey))
|
||||
AddForm(formkey, new FED0000.fLicenseList());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user