using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace MapWindowConference { static class Program { /// /// Der Haupteinstiegspunkt für die Anwendung. /// [STAThread] static void Main() { Examples.Example1(); Examples.Example2(); Examples.Example3(); } } }