2024-08-05 00:36:26 +02:00
|
|
|
using Wino.Views.Abstract;
|
|
|
|
|
|
2025-02-16 11:54:23 +01:00
|
|
|
namespace Wino.Views.Settings;
|
|
|
|
|
|
|
|
|
|
public sealed partial class AppPreferencesPage : AppPreferencesPageAbstract
|
2024-08-05 00:36:26 +02:00
|
|
|
{
|
2025-02-16 11:54:23 +01:00
|
|
|
public AppPreferencesPage()
|
2024-08-05 00:36:26 +02:00
|
|
|
{
|
2025-02-16 11:54:23 +01:00
|
|
|
this.InitializeComponent();
|
2024-08-05 00:36:26 +02:00
|
|
|
}
|
|
|
|
|
}
|