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