예제 #1
0
        public void OnActivated()
        {
            //  Fade in all of the elements.
            SlideFadeInBehaviour.DoSlideFadeIn(this);

            //  Handle the 'show popup' executed event.
            // ((UpdateViewModel)DataContext).ShowPopupCommand.Executed += ShowPopupCommand_Executed;
        }
예제 #2
0
 public void OnActivated()
 {
     //  Fade in all of the elements.
     SlideFadeInBehaviour.DoSlideFadeIn(this);
 }
예제 #3
0
 public void OnActivated()
 {
     // throw new NotImplementedException();
     SlideFadeInBehaviour.DoSlideFadeIn(this);
 }
예제 #4
0
 public void OnActivated()
 {
     //  Do the fade in.
     SlideFadeInBehaviour.DoSlideFadeIn(this);
 }