예제 #1
0
        public MainWindow()
        {
            InitializeComponent();

            Model = new ViewModel.Root ();
            DataContext = Model;
        }
예제 #2
0
파일: Anime.cs 프로젝트: nikitazu/NyaWatch
 public Anime WithRoot(Root root)
 {
     Root = root;
     return this;
 }