moved Classes

This commit is contained in:
2021-05-27 11:34:43 +02:00
parent ff43c77b2e
commit 23b5e76bb1
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace EZPPClient_Installer
{
public enum UpdateState
{
UpdateFound,
UpToDate,
Error
}
}