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

Version Path
mohawk-1.0 features/support/app/WindowsForms/WindowsForms/Program.cs
rautomation-1.1.0 ext/WindowsForms/WindowsForms/Program.cs
rautomation-1.0.0 ext/WindowsForms/WindowsForms/Program.cs
mohawk-0.4.4 features/support/app/WindowsForms/WindowsForms/Program.cs
mohawk-0.4.3 features/support/app/WindowsForms/WindowsForms/Program.cs
rautomation-0.17.0 ext/WindowsForms/WindowsForms/Program.cs
mohawk-0.4.2 features/support/app/WindowsForms/WindowsForms/Program.cs
rautomation-0.16.0 ext/WindowsForms/WindowsForms/Program.cs
mohawk-0.4.1 features/support/app/WindowsForms/WindowsForms/Program.cs
rautomation-0.15.0 ext/WindowsForms/WindowsForms/Program.cs
mohawk-0.4 features/support/app/WindowsForms/WindowsForms/Program.cs
mohawk-0.3 features/support/app/WindowsForms/WindowsForms/Program.cs
mohawk-0.2.1 features/support/app/WindowsForms/WindowsForms/Program.cs
mohawk-0.2 features/support/app/WindowsForms/WindowsForms/Program.cs
rautomation-0.14.1 ext/WindowsForms/WindowsForms/Program.cs
mohawk-0.1.4 features/support/app/WindowsForms/WindowsForms/Program.cs
rautomation-0.14.0 ext/WindowsForms/WindowsForms/Program.cs
mohawk-0.1.0 features/support/app/WindowsForms/WindowsForms/Program.cs
rautomation-0.13.0 ext/WindowsForms/WindowsForms/Program.cs
mohawk-0.0.9 features/support/app/WindowsForms/WindowsForms/Program.cs