public RenderTheAnimation()
 {
     Title   = "Render the Animation"; // заголовок окна
     Content = new AnimatedCircle();   // содержимое окна берём из AnimatedCircle.cs
 }
Пример #2
0
 public RenderTheAnimation()
 {
     Title   = "Render the Animation";
     Content = new AnimatedCircle();
 }