9 lines
167 B
C#
9 lines
167 B
C#
using System.Collections.ObjectModel;
|
|
using System.Windows;
|
|
|
|
namespace TheXamlGuy.UI.WPF;
|
|
|
|
public class SetterBaseCollection : ObservableCollection<SetterBase>
|
|
{
|
|
|
|
} |