BlitsMe.TransportEmulator.ProxyTransportManager.OnInactive C# (CSharp) 메소드

OnInactive() 공개 메소드

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