diff --git a/ITC81DB_0H/Forms/FormMenu.cs b/ITC81DB_0H/Forms/FormMenu.cs index 2159619..8b61403 100644 --- a/ITC81DB_0H/Forms/FormMenu.cs +++ b/ITC81DB_0H/Forms/FormMenu.cs @@ -603,10 +603,10 @@ namespace ITC81DB_0H.Forms case DataStore.DisplayStore.EquipFuctionSetting: this.CenterEquipFunctionSetting.DisplayHiddenMenu(true); break; - case DataStore.DisplayStore.InforSystem: - if(int.Parse(systemConfig1.MainBoardVersion) >= 410) - this.CenterInforSystem.DisplayHiddenMenu(true); - break; + //case DataStore.DisplayStore.InforSystem: + // if(int.Parse(systemConfig1.MainBoardVersion) >= 410) + // this.CenterInforSystem.DisplayHiddenMenu(true); + // break; case DataStore.DisplayStore.EquipHelp: DialogFormPasswordKeyPad password = new DialogFormPasswordKeyPad(8, this.ParentForm.SystemConfig1.Language, this.ParentForm.CurrentSystemStatus.CurrentUserPasswordType); DialogResult dialogResult = password.ShowDialog(); diff --git a/ITC81DB_0H/Version.txt b/ITC81DB_0H/Version.txt index 11762e5..2cd41cd 100644 --- a/ITC81DB_0H/Version.txt +++ b/ITC81DB_0H/Version.txt @@ -16,6 +16,7 @@ - 2022.07.22 - Ver 1.3.1 Modify - ¹ö±×¼öÁ¤ : BLDC »ç¿ë/¹Ì»ç¿ë¿¡ µû¶ó ÆÇÁ¤¼³Á¤ - ¼Óµµ Ç¥½Ã/ÀúÀå ´Ù¸£°Ô + - ½Ã½ºÅÛÁ¤º¸ È÷µç¸Þ´º »èÁ¦ @ Ver 1.3.1 by CJY - 2022.03.18 diff --git a/ITC81DB_0H/bin/Release/ITC81DB_2H.exe b/ITC81DB_0H/bin/Release/ITC81DB_2H.exe index 8a7ad59..b3e4035 100644 Binary files a/ITC81DB_0H/bin/Release/ITC81DB_2H.exe and b/ITC81DB_0H/bin/Release/ITC81DB_2H.exe differ diff --git a/ITC81DB_0H/obj/Release/ITC81DB_2H.exe b/ITC81DB_0H/obj/Release/ITC81DB_2H.exe index 8a7ad59..b3e4035 100644 Binary files a/ITC81DB_0H/obj/Release/ITC81DB_2H.exe and b/ITC81DB_0H/obj/Release/ITC81DB_2H.exe differ