Esempio n. 1
0
 protected override void OnDisabled()
 {
     base.OnDisabled();
     ModControl = ModControlMode.EnabledStopInvalidPartSync;
     FailText   = "";
     DllList.Clear();
     AllowedParts.Clear();
     LastModFileData = "";
 }
Esempio n. 2
0
 public override void OnDisabled()
 {
     base.OnDisabled();
     ModControl   = ModControlMode.ENABLED_STOP_INVALID_PART_SYNC;
     DllListBuilt = false;
     FailText     = "";
     DllList.Clear();
     AllowedParts.Clear();
     LastModFileData = "";
 }
Esempio n. 3
0
        public void Clear()
        {
            ModControl = true;

            AllowedParts.Clear();
            MissingExpansions.Clear();
            ForbiddenFilesFound.Clear();
            ForbiddenPartsFound.Clear();
            NonListedFilesFound.Clear();
            MandatoryFilesNotFound.Clear();
            MandatoryFilesDifferentSha.Clear();
            MandatoryPartsNotFound.Clear();

            ModControlData = null;
        }