Пример #1
0
 void IDebugConsole.Debug(int level, string category, string message)
 {
     outputPad.WriteDebug(level, category, message);
 }