BililiveRecorder/BililiveRecorder.WPF/Pages/SettingsPage.xaml.cs

14 lines
266 B
C#
Raw Normal View History

2020-11-27 18:51:02 +08:00
namespace BililiveRecorder.WPF.Pages
{
/// <summary>
/// Interaction logic for SettingsPage.xaml
/// </summary>
public partial class SettingsPage
{
public SettingsPage()
{
2021-01-01 14:46:27 +08:00
this.InitializeComponent();
2020-11-27 18:51:02 +08:00
}
}
}