コード例 #1
0
 public RenderTheAnimation()
 {
     Title   = "Render the Animation"; // заголовок окна
     Content = new AnimatedCircle();   // содержимое окна берём из AnimatedCircle.cs
 }
コード例 #2
0
ファイル: RenderTheAnimation.cs プロジェクト: Dev9er/WpfStudy
 public RenderTheAnimation()
 {
     Title   = "Render the Animation";
     Content = new AnimatedCircle();
 }