コード例 #1
0
 public static void Debug(string format, params object[] args)
 {
     Service.DebugFormatted(format, args);
 }