Beispiel #1
0
 public bool CanDisplay(Type type)
 {
     return(CurrentEditor == null ? false : CurrentEditor.CanDisplay(type));
 }