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