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