예제 #1
0
 private void CallReport()
 {
     _report.Report(
         CommonMethod.GetAppName(),
         CommonMethod.GetAppId().Value,
         CommonMethod.GetAppVersion(),
         CommonMethod.GetExeFilePath(),
         CommonMethod.GetProcessId());
 }