This commit is contained in:
Meik
2026-03-05 09:56:57 +01:00
parent 838e6b1ee1
commit 4013fa8e32
827 changed files with 743038 additions and 0 deletions

20
libs/enumsCP.cs Normal file
View File

@@ -0,0 +1,20 @@
namespace C4IT_CustomerPanel.libs
{
public enum SlideInMethode { Diagonal, Leftright, Bottomtop };
public enum TaskBarLocation { Top, Bottom, Left, Right };
public enum MenuItems { Announcement = 0, Information, Ssp, Incident, CustomLink, M42Authentication, Config, Close, Report, langDE, langUS, langOS, pmodeOS, pmodeOff, pmodeOn};
public enum apiModul
{
Announcement = 0,
Incident,
ServerSetup,
None
};
}