case 3649

This commit is contained in:
2018-08-22 23:11:19 +00:00
parent 610964d4b3
commit c0fa396b65
8 changed files with 29 additions and 18 deletions

View File

@@ -18,8 +18,8 @@ namespace AyaNova
private void lblQuickStart_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Util.OpenWebURL(Util.BaseHelpUrl + "index.html?QuickStart_for_Beginners.htm");
Util.OpenWebURL(Util.BaseHelpUrl + "index.html?quickstart_for_beginners.htm");
// this.Close();
}