AK.F1.Timing.Model.Driver.LapTimesModel.Subscribe C# (CSharp) Method

Subscribe() private static method

private static Subscribe ( INotifyCollectionChanged collection, NotifyCollectionChangedEventHandler handler ) : void
collection INotifyCollectionChanged
handler NotifyCollectionChangedEventHandler
return void
        private static void Subscribe(INotifyCollectionChanged collection,
            NotifyCollectionChangedEventHandler handler)
        {
            collection.CollectionChanged += handler;
        }