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