mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
10 lines
130 B
C#
10 lines
130 B
C#
|
|
namespace CMLeonOS.Gui.Sound
|
||
|
|
{
|
||
|
|
internal enum SystemSound
|
||
|
|
{
|
||
|
|
None = 0,
|
||
|
|
Login = 1,
|
||
|
|
Alert = 2
|
||
|
|
}
|
||
|
|
}
|