AK.F1.Timing.Model.Driver.LapTimesModel.Subscribe C# (CSharp) 메소드

Subscribe() 개인적인 정적인 메소드

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