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