laatzen/Common/Ui/Common.GUI/Controls/Eregister/EregisterFeaturesItemsControl.xaml.cs
2025-01-24 12:10:40 +01:00

10 lines
243 B
C#

namespace Common.GUI.Controls.Eregister
{
using System.Windows.Controls;
public partial class EregisterFeaturesItemsControl : ItemsControl
{
public EregisterFeaturesItemsControl() => this.InitializeComponent();
}
}