mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
GUI桌面环境
This commit is contained in:
9
Gui/Sound/SystemSound.cs
Normal file
9
Gui/Sound/SystemSound.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace CMLeonOS.Gui.Sound
|
||||
{
|
||||
internal enum SystemSound
|
||||
{
|
||||
None = 0,
|
||||
Login = 1,
|
||||
Alert = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user