BlitsMe.TransportEmulator.ProxyTransportManager.OnActive C# (CSharp) Method

OnActive() public method

public OnActive ( EventArgs e ) : void
e System.EventArgs
return void
        public void OnActive(EventArgs e)
        {
            EventHandler handler = Active;
            if (handler != null) handler(this, e);
        }