MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Samples / Program

Class Program

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

Source from the content-addressed store, hash-verified

7namespace WebView2WindowsFormsBrowser
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 BrowserForm());
20 }
21 }
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected