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