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