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