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