namespace PBS.WinFrmUI.Hydro { /// /// /// internal class MapUrlHelper { /// /// 设置场所url /// public static string SetPlaceMarkerUrl { get { return AppDomain.CurrentDomain.BaseDirectory + @"map\gaode\html\SetPlaceMarker.html"; } } } }