Exemple #1
0
        public void OpenFile()
        {
            HH.HtmlHelpSystem helpSys = new HH.HtmlHelpSystem(this.m_FilePath);
            helpSys.OpenFile(this.m_FilePath, this.GetDumpingInfo());

            this.m_HelpSystem = helpSys;
        }
Exemple #2
0
 /// <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);
 }