Exemplo n.º 1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="EmkTypeEditor"/> class.
        /// </summary>
        public EmkTypeEditor()
        {
            InitializeComponent();

            _viewModel       = new EmkViewModel();
            this.DataContext = _viewModel;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="EmkTypeEditor"/> class.
        /// </summary>
        public EmkTypeEditor()
        {
            InitializeComponent();

            _viewModel = new EmkViewModel();
            this.DataContext = _viewModel;
        }