change - 规整代码 合并前准备

dep_nodyang
wangsr 1 year ago
parent 9c858fb669
commit 21d48d9562

@ -127,7 +127,9 @@ namespace Mesnac.Action.ChemicalWeighing.ManualControl
McControllist = GetAllDbMCControlsByOption(DbOptionTypes.InitData);
_McControllist = GetAllDbMCControlsByOption(DbOptionTypes.Modify);
allControl = GetAllControls();
FillHslSwitch();
WaterActualValue1 = GetBaseControl("WaterActualValue1");
WaterActualValue2 = GetBaseControl("WaterActualValue2");
WaterActualValue3 = GetBaseControl("WaterActualValue3");
@ -636,7 +638,6 @@ namespace Mesnac.Action.ChemicalWeighing.ManualControl
#endregion
ReadHslSwithch();
}
@ -789,13 +790,10 @@ namespace Mesnac.Action.ChemicalWeighing.ManualControl
}
ReadHslSwithch();
//DefaultSwitch
}
private void ReadHslSwithch()

@ -176,9 +176,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\PlugInPlatform\Mesnac.PlugIn.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Office.Interop.Excel">
<HintPath>..\..\Microsoft.Office.Interop.Excel.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />

Loading…
Cancel
Save