9 lines
190 B
C#
9 lines
190 B
C#
using System.Collections.ObjectModel;
|
|
|
|
namespace TheXamlGuy.Framework.WPF.Interactions;
|
|
|
|
public class InteractiveFrameButtonCollection : ObservableCollection<InteractiveFrameButton>
|
|
{
|
|
|
|
}
|