Example #1
0
        public DiffAllFilesSectionControl(DiffAllFilesSectionBase parentSection)
        {
            InitializeComponent();

            // Get a handle to the View Model to use and set it up as the default binding data context.
            _viewModel       = parentSection;
            this.DataContext = _viewModel;
        }