Files
06-Note/WPF/MahappsWindow.xaml.cs

12 lines
211 B
C#
Raw Normal View History

2023-06-20 09:22:53 +08:00
using System.Windows;
/// <summary>
/// MahappsWindow.xaml 的交互逻辑
/// </summary>
public partial class MahappsWindow : Window
{
public MahappsWindow()
{
InitializeComponent();
}
}