Пример #1
0
 public virtual void AllowInterface(string id)
 {
     if (m_current != null)
     {
         m_current.AllowInterface(id);
     }
 }