Beispiel #1
0
        private void tlsExit_Click(object sender, EventArgs e)
        {
            if (!this.tlsStartRecorder.Enabled)
            {
                this._socketClient.StopReceiveMessage();
            }

            this._socketClient = null;
            this._tableTrackingPoints.Dispose();

            GC.Collect();
            this.Close();
        }
Beispiel #2
0
        private void tlsExit_Click(object sender, EventArgs e)
        {
            if (!this.tlsStartRecorder.Enabled)
            {
                this._socketClient.StopReceiveMessage();
            }

            this._socketClient = null;
            this._tableTrackingPoints.Dispose();

            GC.Collect();
            this.Close();
        }