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