Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ Main
Method
Main
TexturedFontEditor/Program.cs:13–19 ·
view source on GitHub ↗
应用程序的主入口点。
()
Source
from the content-addressed store, hash-verified
11
/// 应用程序的主入口点。
12
/// </summary>
13
[STAThread]
14
static void Main()
15
{
16
Application.EnableVisualStyles();
17
Application.SetCompatibleTextRenderingDefault(false);
18
Application.Run(new FontEditor());
19
}
20
}
21
}
Callers
nothing calls this directly
Calls
1
Run
Method · 0.80
Tested by
no test coverage detected