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