Пример #1
0
        public CommentsView()
        {
            this.InitializeComponent();
            ViewModel        = new CommentsViewmodel();
            this.DataContext = ViewModel;

            NavigationCacheMode = NavigationCacheMode.Required;
        }