ArtemisComm.PacketProcessing.conn_ConnectionLost C# (CSharp) Method

conn_ConnectionLost() static private method

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

            OnEvent(ConnectionLost, e);
        }