Example #1
0
 private void StatiUserView_DataContextChanged(FrameworkElement sender, DataContextChangedEventArgs args)
 {
     ShowAnnim.Begin();
 }
 private void RegisterPopUp_Loaded(object sender, RoutedEventArgs e)
 {
     ShowAnnim.Begin();
     SetSize(Window.Current.Bounds.Height, Window.Current.Bounds.Width);
 }