9 lines
164 B
C#
9 lines
164 B
C#
using System.Collections.ObjectModel;
|
|
|
|
namespace TheXamlGuy.Framework.WPF;
|
|
|
|
public class EventSubscriberCollection : ObservableCollection<IEventSubscriber>
|
|
{
|
|
|
|
}
|