예제 #1
0
 internal override bool HasDifferences()
 {
     return(!_mcSystems.IsEmpty() || !_mcSpine.IsEmpty() || !_mcData.IsEmpty() || !_mcCondFormat.IsEmpty() ||
            !_mcUpratingIndices.IsEmpty() || !_mcExtensions.IsEmpty() || !_mcExtSwitches.IsEmpty() || !_mcLookGroups.IsEmpty()
            //|| picCountryNameChangedLocal.Visible || picCountryNameChangedRemote.Visible; //would prefer to use this over the conditions below, but obviously the dialog is not yet updated and visible is always false
            || txtNameLocal.Text != txtNameRemote.Text || chkCountryPrivateLocal.Checked != chkCountryPrivateRemote.Checked);
 }
 internal override bool HasDifferences()
 {
     return(!_mcHICPConfig.IsEmpty());
 }
예제 #3
0
 internal override bool HasDifferences()
 {
     return(!_mcVariables.IsEmpty() || !_mcAcronyms.IsEmpty() || !_mcCountryLabels.IsEmpty() || !_mcSwitchablePolicies.IsEmpty());
 }
 internal override bool HasDifferences()
 {
     return(!_mcExchangeRatesConfig.IsEmpty());
 }
예제 #5
0
 internal override bool HasDifferences()
 {
     return(!_mcSwitchablePolicyConfig.IsEmpty());
 }