added more fucking stuff that i dont know how it works

This commit is contained in:
2021-05-25 11:04:08 +02:00
parent 6892bc2a47
commit f9a593f234
6 changed files with 149 additions and 24 deletions

View File

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