using System; using System.Linq; using System.Collections.Generic; using System.Windows.Forms; namespace _87k_do { static class Program { /// /// The main entry point for the application. /// [MTAThread] static void Main() { Application.Run(new Form1()); } } }