Sha256: ef8c7ac0ce0278138b4f6cfdd8361486a6eb7f504ac6594c4d1dbf51317e1b18
Contents?: true
Size: 513 Bytes
Versions: 44
Compression:
Stored size: 513 Bytes
Contents
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace WindowsForms { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new MainFormWindow()); } } }
Version data entries
44 entries across 44 versions & 2 rubygems