mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			426 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			426 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace webview2;
 | |
| 
 | |
| static class Program
 | |
| {
 | |
|     /// <summary>
 | |
|     ///  The main entry point for the application.
 | |
|     /// </summary>
 | |
|     [STAThread]
 | |
|     static void Main()
 | |
|     {
 | |
|         // To customize application configuration such as set high DPI settings or default font,
 | |
|         // see https://aka.ms/applicationconfiguration.
 | |
|         ApplicationConfiguration.Initialize();
 | |
|         Application.Run(new Form1());
 | |
|     }    
 | |
| } | 
