Beispiel #1
0
        } // Versions_SectionReceived

        private void Versions_SegmentReceived(object sender, SegmentReceivedEventArgs e)
        {
            if (SegmentReceived == null)
            {
                return;
            }

            SegmentReceived(this, e);
        } // Versions_SegmentReceived
Beispiel #2
0
        } // Versions_SectionReceived

        private void Versions_SegmentReceived(object sender, SegmentReceivedEventArgs e)
        {
            SegmentReceived?.Invoke(this, e);
        } // Versions_SegmentReceived