Example #1
0
 public ISPVIewModel()
 {
     AllServices   = StandardElements();
     ActualService = AllServices.First().Clone() as InternetService;
     AllBandwiths  = Enum.GetValues(typeof(BandwithType)) as BandwithType[];
 }