12 lines
217 B
C#
12 lines
217 B
C#
using System.Windows.Controls;
|
|
|
|
namespace HME_MoistureLossMeter.Views
|
|
{
|
|
public partial class TestView : UserControl
|
|
{
|
|
public TestView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |