private void HandleShutdown(BinaryReader br) { RMPShutdownMsg msg = new RMPShutdownMsg(br); if (Shutdown != null) { Shutdown(this, null); } }
private void HandleShutdown(BinaryReader br) { RMPShutdownMsg msg = new RMPShutdownMsg(br); if (Shutdown != null) Shutdown(this, null); }