コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the MainViewModel class.
 /// </summary>
 public MainViewModel()
 {
     this.AllowDropItem = true;
     PhotoSetViewModel photoSet = new PhotoSetViewModel();
 }
コード例 #2
0
ファイル: Image.cs プロジェクト: zavialovserge/PhotoAlbum
 public Image(string Uri, PhotoSetViewModel photoSet)
 {
     this.Path   = Uri;
     this.parent = photoSet;
 }