Projektdateien hinzufügen.

This commit is contained in:
Schedel Pascal
2024-08-22 06:25:24 +02:00
parent 239f22b74f
commit a9e18dd127
14 changed files with 2302 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
namespace Pilz.Tools.Symbols;
public enum GlobalSymbols
{
copy,
paste,
paste_as_text,
}