MCPcopy Create free account
hub / github.com/cirquit/trdrop / Main

Method Main

trdropConfigCreator/trdropConfigCreator/Program.cs:14–20  ·  view source on GitHub ↗

The main entry point for the application.

()

Source from the content-addressed store, hash-verified

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 TrdropForm());
20 }
21 }
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected