Beispiel #1
0
 public void AddExpandedGraphContext(IGraphContext context)
 {
     ContextHolder         = context;
     ExpandedGraphContexts = new PlatformUI.WeakCollection <IGraphContext>
     {
         context
     };
 }
Beispiel #2
0
 public void AddExpandedGraphContext(IGraphContext context)
 {
     ExpandedGraphContexts = new PlatformUI.WeakCollection <IGraphContext>();
     ExpandedGraphContexts.Add(context);
 }