9 lines
184 B
C#
9 lines
184 B
C#
|
|
namespace CloudPrint.Client.Views;
|
||
|
|
|
||
|
|
public partial class PrintQueueView : System.Windows.Controls.UserControl
|
||
|
|
{
|
||
|
|
public PrintQueueView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|