9 lines
202 B
C#
9 lines
202 B
C#
|
|
using System.Windows.Controls;
|
||
|
|
|
||
|
|
namespace YY.Admin.Views.WeightRecord;
|
||
|
|
|
||
|
|
public partial class WeightRecordOperationView : UserControl
|
||
|
|
{
|
||
|
|
public WeightRecordOperationView() => InitializeComponent();
|
||
|
|
}
|