Example #1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.objectGraphControl = ((Debugger.AddIn.Visualizers.Graph.ObjectGraphControl)(target));
         return;
     }
     this._contentLoaded = true;
 }
Example #2
0
		protected override void InitializeComponents()
		{
			objectGraphControl = new ObjectGraphControl();
			panel.Children.Add(objectGraphControl);
		}
		protected override void InitializeComponents()
		{
			objectGraphControl = new ObjectGraphControl();
		}