Example #1
0
 /// <summary>
 /// Opens a browser to this documentation.
 /// </summary>
 public void Open()
 {
     BrowserUtil.OpenTo("file://" + InstallationPath + "/index.html");
 }