Exemple #1
0
 public void AddStaticDomain(Domain domainIn)
 {
     StaticDomains.Add(domainIn);
     NotifyPropertyChanged(nameof(Domains));
 }