ArtemisComm.Proxy.UI.SQLLogger.MainWindow.UnsubscribeProxy C# (CSharp) Method

UnsubscribeProxy() public method

public UnsubscribeProxy ( ) : void
return void
        void UnsubscribeProxy()
        {
            if (pLogger != null)
            {
                pLogger.NewConnection -= pLogger_NewConnection;
                pLogger.LostConnection -= pLogger_LostConnection;
            }
        }