ArtemisComm.PacketProcessing.conn_ConnectionLost C# (CSharp) Méthode

conn_ConnectionLost() static private méthode

static private conn_ConnectionLost ( object sender, ConnectionEventArgs e ) : void
sender object
e ConnectionEventArgs
Résultat void
        void conn_ConnectionLost(object sender, ConnectionEventArgs e)
        {

            OnEvent(ConnectionLost, e);
        }