feat: 初始功能
This commit is contained in:
9
Views/PrintQueueView.xaml.cs
Normal file
9
Views/PrintQueueView.xaml.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace CloudPrint.Client.Views;
|
||||
|
||||
public partial class PrintQueueView : System.Windows.Controls.UserControl
|
||||
{
|
||||
public PrintQueueView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user