9 lines
169 B
C#
9 lines
169 B
C#
using System.Windows.Controls;
|
|
|
|
namespace SSPCTester.UI.Views;
|
|
|
|
public partial class TestHostView : UserControl
|
|
{
|
|
public TestHostView() { InitializeComponent(); }
|
|
}
|