Differences

This shows you the differences between two versions of the page.

Link to this comparison view

get_active_shell [2013/11/02 08:38]
get_active_shell [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== Get Active Shell =====
 +To get the active shell via dependency injection use
  
 +  @Named(IServiceConstants.ACTIVE_SHELL) Shell shell
 +
 +{{tag>e4}}