Exemplo n.º 1
0
        private void HandleShutdown(BinaryReader br)
        {
            RMPShutdownMsg msg = new RMPShutdownMsg(br);

            if (Shutdown != null)
            {
                Shutdown(this, null);
            }
        }
Exemplo n.º 2
0
 private void HandleShutdown(BinaryReader br)
 {
     RMPShutdownMsg msg = new RMPShutdownMsg(br);
     if (Shutdown != null) Shutdown(this, null);
 }