10 lines
243 B
C#
10 lines
243 B
C#
namespace Common.GUI.Controls.Eregister
|
|
{
|
|
using System.Windows.Controls;
|
|
|
|
public partial class EregisterFeaturesItemsControl : ItemsControl
|
|
{
|
|
public EregisterFeaturesItemsControl() => this.InitializeComponent();
|
|
}
|
|
}
|