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