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