コード例 #1
0
 /// <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;
 }
コード例 #2
0
 /// <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;
 }
コード例 #3
0
 public NucleotideColorSelector(AlignmentViewModel mainVm, RuntimeOptionsViewModel options)
 {
     _options = options;
     _mainVm  = mainVm;
 }