Beispiel #1
0
 public void OnActionEvent(ActionEvent evt)
 {
     if (evt.HasFlag(ActionEvent.ObjectAddedRemoved))
     {
         _cachedTypeView = null;
     }
 }