public void OpenFile() { HH.HtmlHelpSystem helpSys = new HH.HtmlHelpSystem(this.m_FilePath); helpSys.OpenFile(this.m_FilePath, this.GetDumpingInfo()); this.m_HelpSystem = helpSys; }
/// <summary> /// Constructor of the reader class /// </summary> /// <param name="chmFile">chm file to attach with the reader</param> public HtmlHelpSystem(string chmFile) { _current = this; OpenFile(chmFile); }