mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-18 15:10:48 +08:00
9 lines
145 B
C#
9 lines
145 B
C#
namespace LanMountainDesktop.AirAppSdk;
|
|
|
|
public enum AirAppRuntimeMode
|
|
{
|
|
InProcess = 0,
|
|
IsolatedBackground = 1,
|
|
IsolatedWindow = 2
|
|
}
|