コード例 #1
0
        private void OnSimpleAnimation(object sender, RoutedEventArgs e)
        {
            var animationWindow = new SimpleAnimation();

            animationWindow.Show();
        }
コード例 #2
0
 private void OnSimpleAnimation(object sender, RoutedEventArgs e)
 {
     var animationWindow = new SimpleAnimation();
     animationWindow.Show();
 }