MCPcopy Create free account
hub / github.com/Schnocker/NoEye / Program

Class Program

NoEye_Setup/Program.cs:9–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace NoEye_Setup
8{
9 static class Program
10 {
11 /// <summary>
12 /// The main entry point for the application.
13 /// </summary>
14 [STAThread]
15 static void Main()
16 {
17 Application.EnableVisualStyles();
18 Application.SetCompatibleTextRenderingDefault(false);
19 Application.Run(new NoEye_GUI());
20 }
21 }
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected