Exemplo n.º 1
0
 internal void method_17(LightWrapper value)
 {
     if (this.lightWrapper_0 != value)
     {
         this.lightWrapper_0 = value;
         this.FirePropertyChanged("CodeWrapper");
         if (this.bool_0)
         {
             this.CurrentCodeTreeItemsSource = this.lightWrapper_0.Assemblies;
         }
         if (this.bool_1)
         {
             this.CurrentCodeTreeItemsSource = this.lightWrapper_0.Namespaces;
         }
         if (this.bool_2)
         {
             this.CurrentCodeTreeItemsSource = this.lightWrapper_0.Types;
         }
     }
 }
		internal void method_17(LightWrapper value)
		{
			if (this.lightWrapper_0 != value)
			{
				this.lightWrapper_0 = value;
				this.FirePropertyChanged("CodeWrapper");
				if (this.bool_0)
				{
					this.CurrentCodeTreeItemsSource = this.lightWrapper_0.Assemblies;
				}
				if (this.bool_1)
				{
					this.CurrentCodeTreeItemsSource = this.lightWrapper_0.Namespaces;
				}
				if (this.bool_2)
				{
					this.CurrentCodeTreeItemsSource = this.lightWrapper_0.Types;
				}
			}
		}