Exemplo n.º 1
0
 public void ClosePinned(Type type, PinnedElementView elem)
 {
     pinnedElements.Remove(type);
     Remove(elem);
     graph.ClosePinned(type);
 }
Exemplo n.º 2
0
 public void ClosePinned <T>(PinnedElementView view) where T : PinnedElementView
 {
     ClosePinned(typeof(T), view);
 }