public TerminologyVocabularyView( TerminologyVocabularyViewModel viewModel )
            : this()
        {
            DataContext = viewModel;

            RegionContext.GetObservableContext ( this ).PropertyChanged += ( s, e ) => { };
        }
Esempio n. 2
0
        public TerminologyVocabularyView(TerminologyVocabularyViewModel viewModel)
            : this()
        {
            DataContext = viewModel;

            RegionContext.GetObservableContext(this).PropertyChanged += (s, e) => { };
        }