All pastes #2004000 Raw Edit

try

public text v1 · immutable
#2004000 ·published 2010-11-27 20:13 UTC
rendered paste body
        static void Main()
        {
            Application app = new Application();
            app.EnableVisualStyles();
            app.SetCompatibleTextRenderingDefault(false);
            app.Run(new Form1());
        }