Esempio n. 1
0
 private void FindComponentsCustom(SearchStrategy strategy)
 {
     ComponentFinderAttribute.ApplyAttribute <ComponentFinderAttribute>(this, strategy);
 }
Esempio n. 2
0
 protected virtual void FindComponents()
 {
     ComponentFinderAttribute.ApplyAttribute <ComponentFinderAttribute>(this);
 }