public static void AccesedBy(this ToolStripItem toolstrip, String[] features) { foreach (String feat in features) { toolstrip.AccesedBy(feat); } }
public static void HandleAccess(this ToolStripItem toolstrip, String[] features) { toolstrip.HandleAccess(); foreach (String feat in features) { toolstrip.AccesedBy(feat); } }