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