iSpyApplication.MainForm.ShowLogFile C# (CSharp) 메소드

ShowLogFile() 개인적인 메소드

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