AK.F1.Timing.Model.Driver.LapTimesModel.Subscribe C# (CSharp) Méthode

Subscribe() private static méthode

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