AvalonStudio.Controls.Standard.SolutionExplorer.SolutionExplorerViewModel.Activation C# (CSharp) Method

Activation() public method

public Activation ( ) : void
return void
		public void Activation()
		{
			shell = IoC.Get<IShell>();

			shell.SolutionChanged += (sender, e) => { Model = shell.CurrentSolution; };
		}