CPF/CPF.Mac/Mac/Foundation/AEEventID.cs
2023-11-21 23:05:03 +08:00

16 lines
351 B
C#

namespace CPF.Mac.Foundation
{
public enum AEEventID : uint
{
OpenApplication = 1868656752u,
ReopenApplication = 1918988400u,
OpenDocuments = 1868853091u,
PrintDocuments = 188563030u,
OpenContents = 1868787566u,
QuitApplication = 1903520116u,
ShowPreferences = 1886545254u,
ApplicationDied = 1868720500u,
GetUrl = 1196773964u
}
}