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);
        }