Files
TheXamlGuy/Framework/WPF/Interactions/InteractiveFrameButtonCollection.cs
2022-11-01 15:26:08 +00:00

9 lines
190 B
C#

using System.Collections.ObjectModel;
namespace TheXamlGuy.Framework.WPF.Interactions;
public class InteractiveFrameButtonCollection : ObservableCollection<InteractiveFrameButton>
{
}