Ejemplo n.º 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;
        }
Ejemplo n.º 2
0
 public void OnActivated()
 {
     //  Fade in all of the elements.
     SlideFadeInBehaviour.DoSlideFadeIn(this);
 }
Ejemplo n.º 3
0
 public void OnActivated()
 {
     // throw new NotImplementedException();
     SlideFadeInBehaviour.DoSlideFadeIn(this);
 }
Ejemplo n.º 4
0
 public void OnActivated()
 {
     //  Do the fade in.
     SlideFadeInBehaviour.DoSlideFadeIn(this);
 }