using System.Windows.Controls;
namespace HC_APTBS.Views.UserControls
{
///
/// Interaction logic for TestPanelView.xaml.
/// All logic resides in .
///
public partial class TestPanelView : UserControl
{
/// Initialises a new instance of the class.
public TestPanelView()
{
InitializeComponent();
}
}
}