Пример #1
0
 internal static void Debug(string text)
 {
     Lambda.Debug(text);
 }
Пример #2
0
 internal static void Debug(string s)
 {
     Lambda.Debug(s);
 }