MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / Main

Method Main

src/NodeRTUI/Program.cs:23–29  ·  view source on GitHub ↗

The main entry point for the application.

()

Source from the content-addressed store, hash-verified

21 /// The main entry point for the application.
22 /// </summary>
23 [STAThread]
24 static void Main()
25 {
26 Application.EnableVisualStyles();
27 Application.SetCompatibleTextRenderingDefault(false);
28 Application.Run(new MainForm());
29 }
30 }
31}

Callers

nothing calls this directly

Calls 1

RunMethod · 0.80

Tested by

no test coverage detected