namespace View_by_Distance.Drag_Drop_Explorer; static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { ApplicationConfiguration.Initialize(); Application.Run(new DragDropExplorer()); } }