예제 #1
0
 public VirtualAlbumFile(Album album, VirtualFolder parent) : base(album.Name, parent)
 {
     Album     = album;
     _realPath = Album.FilePath;
     _key      = Album.Key;
 }
예제 #2
0
 public Profile()
 {
     RootFolder = new VirtualFolder("root", null);
 }