mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-07-15 14:04:34 +08:00
16 lines
351 B
C#
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
|
||
|
}
|
||
|
}
|