Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the MainViewModel class.
 /// </summary>
 public MainViewModel()
 {
     this.AllowDropItem = true;
     PhotoSetViewModel photoSet = new PhotoSetViewModel();
 }
Ejemplo n.º 2
0
 public Image(string Uri, PhotoSetViewModel photoSet)
 {
     this.Path   = Uri;
     this.parent = photoSet;
 }