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

OnInactive() public méthode

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