public ConnectedAnimationPage()
        {
            this.InitializeComponent();

            ContentFrame.Navigate(typeof(SamplePage1));

            CollectionContentFrame.Navigate(typeof(ConnectedAnimationPages.CollectionPage));

            CardFrame.Navigate(typeof(ConnectedAnimationPages.CardPage));
        }
 public AnimationsPage()
 {
     this.InitializeComponent();
     CardFrame.Navigate(typeof(AnimationsCardPage));
 }