Example #1
0
 public ProviderDesc(NameEntry name, SearchProvider provider)
 {
     this.name     = name;
     this.provider = provider;
 }