namespace CMLeonOS.Gui.Sound { internal enum SystemSound { None = 0, Login = 1, Alert = 2 } }