Пример #1
0
 public static void UnregisterHandler(Type service, string key)
 {
     if (m_container != null)
     {
         m_container.UnregisterHandler(service, key);
     }
 }