Beispiel #1
0
 public void Save(Addon addon)
 {
     if(addon.IsValid())
     {
         AddonRepo.Save(addon);
     }
 }