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

Class Program

src/NodeRTUI/Program.cs:18–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace NodeRTUI
17{
18 static class Program
19 {
20 /// <summary>
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

no outgoing calls

Tested by

no test coverage detected