Esempio n. 1
0
 public object GetService(Type serviceType)
 {
     if (_extension != null)
     {
         try
         {
             return(_extension.GetService(serviceType));
         }
         catch { }
     }
     return(null);
 }