ArtemisComm.PacketProcessing.conn_ConnectionLost C# (CSharp) 메소드

conn_ConnectionLost() 정적인 개인적인 메소드

static private conn_ConnectionLost ( object sender, ConnectionEventArgs e ) : void
sender object
e ConnectionEventArgs
리턴 void
        void conn_ConnectionLost(object sender, ConnectionEventArgs e)
        {

            OnEvent(ConnectionLost, e);
        }