示例#1
0
 public Lineup()
 {
     this.InitializeComponent();
     this.NavigationCacheMode = NavigationCacheMode.Required;
     library = new Library();
    
 }
示例#2
0
        public ArtistPage()
        {
            this.InitializeComponent();
            //this.NavigationCacheMode = NavigationCacheMode.Required;

            artist = new lineupArt();
            library = new Library();
            this.Loaded += ArtistPage_Loaded;
        }