Files
client/Views/PrintQueueView.xaml.cs

9 lines
184 B
C#
Raw Normal View History

2026-05-23 18:16:50 +08:00
namespace CloudPrint.Client.Views;
public partial class PrintQueueView : System.Windows.Controls.UserControl
{
public PrintQueueView()
{
InitializeComponent();
}
}