12 lines
212 B
C#
12 lines
212 B
C#
|
|
using System.Windows.Controls;
|
||
|
|
|
||
|
|
namespace YY.Admin.Views.WarehouseArea;
|
||
|
|
|
||
|
|
public partial class WarehouseAreaListView : UserControl
|
||
|
|
{
|
||
|
|
public WarehouseAreaListView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|