EZPPClient-Installer/EZPPClient Installer/Enums/UpdateState.cs
2021-05-27 11:34:43 +02:00

9 lines
112 B
C#

namespace EZPPClient_Installer
{
public enum UpdateState
{
UpdateFound,
UpToDate,
Error
}
}