using OSGeo.MapGuide; namespace MapViewerStub { public class Program { public static void Main() { // Foundation var sc = new MgStringCollection(); // Geometry var csf = new MgCoordinateSystemFactory(); // PlatformBase var fs = new MgFeatureSchema(); // MapGuideCommon var scn = new MgSiteConnection(); // Web var hr = new MgHttpRequest(""); } } }