BililiveRecorder/BililiveRecorder.WPF/Pages/AboutPage.xaml.cs
2021-05-01 00:22:27 +08:00

14 lines
257 B
C#

namespace BililiveRecorder.WPF.Pages
{
/// <summary>
/// Interaction logic for AboutPage.xaml
/// </summary>
public partial class AboutPage
{
public AboutPage()
{
this.InitializeComponent();
}
}
}