feat: 初始功能
This commit is contained in:
13
Views/MainWindow.xaml.cs
Normal file
13
Views/MainWindow.xaml.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Windows;
|
||||
using CloudPrint.Client.ViewModels;
|
||||
|
||||
namespace CloudPrint.Client.Views;
|
||||
|
||||
public partial class MainWindow : Window
|
||||
{
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
DataContext = new MainViewModel();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user