iSpyApplication.MainForm.ShowLogFile C# (CSharp) Method

ShowLogFile() private method

private ShowLogFile ( ) : void
return void
        private void ShowLogFile()
        {
            Process.Start(Program.AppDataPath + "log_" + Logger.NextLog + ".htm");
        }
MainForm