First commit

This commit is contained in:
DESKTOP-QG096I2\RentPc
2025-07-23 20:55:18 +03:00
parent 6c99a025fd
commit 361c920574
40 changed files with 1319 additions and 0 deletions
@@ -0,0 +1,8 @@
namespace Watrmark.Net_CLI.Watermark.Net.CLI.Models
{
internal enum WatermarkType
{
Image,
Text
}
}