コード例 #1
0
 public MainViewModel()
 {
     var snapShotService = new SnapshotService();
     this.Snapshots = snapShotService.GetSnapshots();
 }