FastGithub/FastGithub.UI/MainWindow.xaml.cs
2021-10-28 17:43:26 +08:00

16 lines
271 B
C#

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