Exemplo n.º 1
0
 public static void AccesedBy(this ToolStripItem toolstrip, String[] features)
 {
     foreach (String feat in features)
     {
         toolstrip.AccesedBy(feat);
     }
 }
Exemplo n.º 2
0
 public static void HandleAccess(this ToolStripItem toolstrip, String[] features)
 {
     toolstrip.HandleAccess();
     foreach (String feat in features)
     {
         toolstrip.AccesedBy(feat);
     }
 }