Files
06-Note/WPF/MahappsWindow.xaml.cs
sherlockforrest bf2ed2e31f 更新
2023-06-20 09:22:53 +08:00

12 lines
211 B
C#

using System.Windows;
/// <summary>
/// MahappsWindow.xaml 的交互逻辑
/// </summary>
public partial class MahappsWindow : Window
{
public MahappsWindow()
{
InitializeComponent();
}
}