コード例 #1
0
 private void AnimatedCompoundLayoutTest_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     var window = new PlainCompoundLayoutTest();
     window.Show();
 }
コード例 #2
0
        private void AnimatedCompoundLayoutTest_Executed(object sender, ExecutedRoutedEventArgs e)
        {
            var window = new PlainCompoundLayoutTest();

            window.Show();
        }