BlitsMe.TransportEmulator.ProxyTransportManager.OnActive C# (CSharp) Méthode

OnActive() public méthode

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