11 lines
308 B
C#
11 lines
308 B
C#
using System.Windows.Controls;
|
|
|
|
namespace HC_APTBS.Views.UserControls
|
|
{
|
|
/// <summary>Code-behind for TestDisplayView — no logic; all behaviour is in the ViewModel.</summary>
|
|
public partial class TestDisplayView : UserControl
|
|
{
|
|
public TestDisplayView() => InitializeComponent();
|
|
}
|
|
}
|