Пример #1
0
 public void AllowIP(IpAddress ip)
 {
     if (m_current != null)
     {
         m_current.AllowIP(ip);
     }
 }