| 
														
															@@ -916,6 +916,7 @@ namespace MOKA_Factory_Tools 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 cfg_readcheck.ACASKeyReadcheck = jObject["ReadCheck"]["ACASKey"] == null ? CommonMethod.InsertJsonConfig("ReadCheck", "ACASKey") : jObject["ReadCheck"]["ACASKey"].Value<bool>(); 
														 | 
														
														 | 
														
															                 cfg_readcheck.ACASKeyReadcheck = jObject["ReadCheck"]["ACASKey"] == null ? CommonMethod.InsertJsonConfig("ReadCheck", "ACASKey") : jObject["ReadCheck"]["ACASKey"].Value<bool>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 cfg_readcheck.FVPReadcheck = jObject["ReadCheck"]["FVP"] == null ? CommonMethod.InsertJsonConfig("ReadCheck", "FVP") : jObject["ReadCheck"]["FVP"].Value<bool>(); 
														 | 
														
														 | 
														
															                 cfg_readcheck.FVPReadcheck = jObject["ReadCheck"]["FVP"] == null ? CommonMethod.InsertJsonConfig("ReadCheck", "FVP") : jObject["ReadCheck"]["FVP"].Value<bool>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 cfg_readcheck.DAKReadcheck = jObject["ReadCheck"]["DAK"] == null ? CommonMethod.InsertJsonConfig("ReadCheck", "DAK") : jObject["ReadCheck"]["DAK"].Value<bool>(); 
														 | 
														
														 | 
														
															                 cfg_readcheck.DAKReadcheck = jObject["ReadCheck"]["DAK"] == null ? CommonMethod.InsertJsonConfig("ReadCheck", "DAK") : jObject["ReadCheck"]["DAK"].Value<bool>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                cfg_readcheck.DolbyReadcheck = jObject["ReadCheck"]["Dolby"] == null ? CommonMethod.InsertJsonConfig("ReadCheck", "Dolby") : jObject["ReadCheck"]["Dolby"].Value<bool>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 #endregion 
														 | 
														
														 | 
														
															                 #endregion 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 #region WriteCheck配置读取 
														 | 
														
														 | 
														
															                 #region WriteCheck配置读取 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -942,6 +943,7 @@ namespace MOKA_Factory_Tools 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 cfg_writecheck.ACASKeyCheckcheck = jObject["WriteCheck"]["ACASKey"] == null ? CommonMethod.InsertJsonConfig("WriteCheck", "ACASKey") : jObject["WriteCheck"]["ACASKey"].Value<bool>(); 
														 | 
														
														 | 
														
															                 cfg_writecheck.ACASKeyCheckcheck = jObject["WriteCheck"]["ACASKey"] == null ? CommonMethod.InsertJsonConfig("WriteCheck", "ACASKey") : jObject["WriteCheck"]["ACASKey"].Value<bool>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 cfg_writecheck.FVPCheckcheck = jObject["WriteCheck"]["FVP"] == null ? CommonMethod.InsertJsonConfig("WriteCheck", "FVP") : jObject["WriteCheck"]["FVP"].Value<bool>(); 
														 | 
														
														 | 
														
															                 cfg_writecheck.FVPCheckcheck = jObject["WriteCheck"]["FVP"] == null ? CommonMethod.InsertJsonConfig("WriteCheck", "FVP") : jObject["WriteCheck"]["FVP"].Value<bool>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 cfg_writecheck.DAKCheckcheck = jObject["WriteCheck"]["DAK"] == null ? CommonMethod.InsertJsonConfig("WriteCheck", "DAK") : jObject["WriteCheck"]["DAK"].Value<bool>(); 
														 | 
														
														 | 
														
															                 cfg_writecheck.DAKCheckcheck = jObject["WriteCheck"]["DAK"] == null ? CommonMethod.InsertJsonConfig("WriteCheck", "DAK") : jObject["WriteCheck"]["DAK"].Value<bool>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                cfg_writecheck.DolbyCheckcheck = jObject["WriteCheck"]["Dolby"] == null ? CommonMethod.InsertJsonConfig("WriteCheck", "Dolby") : jObject["WriteCheck"]["Dolby"].Value<bool>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 #endregion 
														 | 
														
														 | 
														
															                 #endregion 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 #region WriteDone配置读取 
														 | 
														
														 | 
														
															                 #region WriteDone配置读取 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -975,6 +977,7 @@ namespace MOKA_Factory_Tools 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 cfg_writedone.ACASKeyWrite_YesNo = jObject["WriteDone"]["ACASKey"] == null ? CommonMethod.InsertJsonConfig("WriteDone", "ACASKey") : jObject["WriteDone"]["ACASKey"].Value<bool>(); 
														 | 
														
														 | 
														
															                 cfg_writedone.ACASKeyWrite_YesNo = jObject["WriteDone"]["ACASKey"] == null ? CommonMethod.InsertJsonConfig("WriteDone", "ACASKey") : jObject["WriteDone"]["ACASKey"].Value<bool>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 cfg_writedone.FVPWrite_YesNo = jObject["WriteDone"]["FVP"] == null ? CommonMethod.InsertJsonConfig("WriteDone", "FVP") : jObject["WriteDone"]["FVP"].Value<bool>(); 
														 | 
														
														 | 
														
															                 cfg_writedone.FVPWrite_YesNo = jObject["WriteDone"]["FVP"] == null ? CommonMethod.InsertJsonConfig("WriteDone", "FVP") : jObject["WriteDone"]["FVP"].Value<bool>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 cfg_writedone.DAKWrite_YesNo = jObject["WriteDone"]["DAK"] == null ? CommonMethod.InsertJsonConfig("WriteDone", "DAK") : jObject["WriteDone"]["DAK"].Value<bool>(); 
														 | 
														
														 | 
														
															                 cfg_writedone.DAKWrite_YesNo = jObject["WriteDone"]["DAK"] == null ? CommonMethod.InsertJsonConfig("WriteDone", "DAK") : jObject["WriteDone"]["DAK"].Value<bool>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                cfg_writedone.DolbyWrite_YesNo = jObject["WriteDone"]["Dolby"] == null ? CommonMethod.InsertJsonConfig("WriteDone", "Dolby") : jObject["WriteDone"]["Dolby"].Value<bool>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 #endregion 
														 | 
														
														 | 
														
															                 #endregion 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 file.Close(); 
														 | 
														
														 | 
														
															                 file.Close(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 if (Custom_ProjectID != null) 
														 | 
														
														 | 
														
															                 if (Custom_ProjectID != null) 
														 |