Beispiel #1
0
 static public void WriteLine(string str)
 {
     if (debugmode)
     {
         Színes.WriteLine(str);
     }
 }
Beispiel #2
0
 static public void WriteLine(Nyom nyom, string str)
 {
     if (debugmode)
     {
         Színes.WriteLine($"{nyom.szöveg} {str}");
     }
 }