mirror of
https://git.battle-of-pip.de/root/vpr-mitarbeiterverwaltung.git
synced 2025-06-20 15:53:16 +02:00
8 lines
84 B
C#
8 lines
84 B
C#
namespace Library;
|
|
|
|
public enum WorkerState
|
|
{
|
|
WORKING,
|
|
BREAK,
|
|
AWAY,
|
|
} |