AvalonStudio.Controls.Standard.SolutionExplorer.SolutionExplorerViewModel.Activation C# (CSharp) Метод

Activation() публичный Метод

public Activation ( ) : void
Результат void
		public void Activation()
		{
			shell = IoC.Get<IShell>();

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