/// <summary>
 /// This is invoked when the view changes and our taxonomy view needs to be updated.
 /// </summary>
 /// <param name="vm"></param>
 private void OnViewChanged(AlignmentViewModel vm)
 {
     DataContext = vm.BirdsEyeViewModel;
 }
 /// <summary>
 /// This is invoked when the view changes and our taxonomy view needs to be updated.
 /// </summary>
 /// <param name="vm"></param>
 private void OnViewChanged(AlignmentViewModel vm)
 {
     DataContext = vm.TaxonomyViewModel;
 }
Esempio n. 3
0
 public NucleotideColorSelector(AlignmentViewModel mainVm, RuntimeOptionsViewModel options)
 {
     _options = options;
     _mainVm  = mainVm;
 }