using System; namespace HUDDemo { static class Program { /// /// The main entry point for the application. /// static void Main(string[] args) { using (HUDDemoMain game = new HUDDemoMain()) { game.Run(); } } } }