12 lines
218 B
C#
12 lines
218 B
C#
using Wino.Views.Abstract;
|
|
|
|
namespace Wino.Views.Settings;
|
|
|
|
public sealed partial class SettingOptionsPage : SettingOptionsPageAbstract
|
|
{
|
|
public SettingOptionsPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|