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