/// <summary> /// 判斷config 設定是否存在 並預設 /// </summary> private void CheckAppConfigSetting() { //如果沒有PointofixPath,建立config,key = PointofixPath ConfigManage.CreateConfig("PointofixPath"); //如果沒有ImageDecodePixel,建立config,key = ImageDecodePixel, value = 0 ConfigManage.CreateConfig("ImageDecodePixel", "0"); }