This commit is contained in:
melekhin
2026-07-23 16:42:26 +07:00
parent 7f40ba664f
commit da188eaeab
3 changed files with 185 additions and 65 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace QWERTYkez.WordProcessor;
#if DEBUG
public static class Debugger
{
public static StringBuilder Builder { get; } = new();
}
#endif