public static void Main() { Mastermind.App app = new Mastermind.App(); app.InitializeComponent(); app.Run(); }