Esempio n. 1
0
 void ReportDebug(IntPtr thisPtr, string fileName, ushort line, string format, IntPtr args)
 {
     handler.ReportDebug(fileName, line, format, args);
 }