Ejemplo n.º 1
0
 private void OnSelectionChanged(ExplorerSelection selection)
 {
     UpdateSelection();
 }
Ejemplo n.º 2
0
 private void OnSelectionChanged(ExplorerSelection selection)
 {
     UpdateSelection();
 }
 // <summary>
 //     Redirects to our command selection handler
 // </summary>
 private void OnExplorerSelectionChanged(ExplorerSelection selection)
 {
     if (_currentMappingDetailsInfo != null)
     {
         _currentMappingDetailsInfo.SelectionSource = EntityMappingSelectionSource.ModelBrowser;
     }
     ProcessSelectionFromOtherWindows(selection);
 }