基于给定的价值,我无法在世界地图上直观显示特定国家/地区。 当我运行代码R堆栈时。 有人解决过这样的问题吗? 谢谢
public class ClassMainController
{
public Thread ModelGenerationThread;
public ClassMainController(Form inMainForm = null);
public static bool ConnectKBOnline { get; set; }
public static bool ConnectDBOnline { get; set; }
[global::GeOM_Common.GOM_Grid]
public static string DirectoryPath { get; set; }
public static ClassSettings Settings { get; set; }
public static string SelectedCulture { get; set; }
[global::GeOM_Common.GOM_Grid]
public string ClientId { get; set; }
public ClassPeople ConnectedUser { get; set; }