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