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