Add project files.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
namespace TheXamlGuy.Framework.WPF;
|
||||
|
||||
public class EventSubscriberCollection : ObservableCollection<IEventSubscriber>
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user