Beispiel #1
0
 public void ForceRenewMark()
 {
     foreach (var dict in DatPatches)
     {
         dict.Value.ReceiveMark(NinjaMark.CreateMark("null_u0_v100", dict.Value.Date, dict.Value.IsApplySubscribed));
     }
 }
Beispiel #2
0
 public void RenewMark(Patch.Patch patch)
 {
     DatPatches[patch.ContentType].ReceiveMark(NinjaMark.CreateMark(patch.PatchVersion.Full, patch.Date, true));
 }