Esempio n. 1
0
 public virtual bool CanDelete(DesignContext designContext)
 {
     if (designContext != null)
     {
         return(ModelTools.CanDeleteComponents(designContext.Services.Selection.SelectedItems));
     }
     return(false);
 }