13 lines
253 B
C#
13 lines
253 B
C#
|
|
using Wino.Views.Abstract;
|
|||
|
|
|
|||
|
|
namespace Wino.Views.Settings
|
|||
|
|
{
|
|||
|
|
public sealed partial class AppPreferencesPage : AppPreferencesPageAbstract
|
|||
|
|
{
|
|||
|
|
public AppPreferencesPage()
|
|||
|
|
{
|
|||
|
|
this.InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|