12 lines
240 B
C#
12 lines
240 B
C#
using Wino.Mail.WinUI.Views.Abstract;
|
|
|
|
namespace Wino.Views.Settings;
|
|
|
|
public sealed partial class KeyboardShortcutsPage : KeyboardShortcutsPageAbstract
|
|
{
|
|
public KeyboardShortcutsPage()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
}
|