BlitsMe.TransportEmulator.ProxyTransportManager.OnActive C# (CSharp) Метод

OnActive() публичный Метод

public OnActive ( EventArgs e ) : void
e System.EventArgs
Результат void
        public void OnActive(EventArgs e)
        {
            EventHandler handler = Active;
            if (handler != null) handler(this, e);
        }