コード例 #1
0
ファイル: ISPVIewModel.cs プロジェクト: Sanya192/Prog4.2
 public ISPVIewModel()
 {
     AllServices   = StandardElements();
     ActualService = AllServices.First().Clone() as InternetService;
     AllBandwiths  = Enum.GetValues(typeof(BandwithType)) as BandwithType[];
 }