Removing UWP project.
This commit is contained in:
12
Wino.Mail.WinUI/Views/Settings/MessageListPage.xaml.cs
Normal file
12
Wino.Mail.WinUI/Views/Settings/MessageListPage.xaml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
namespace Wino.Views.Settings
|
||||
{
|
||||
public sealed partial class MessageListPage : MessageListPageAbstract
|
||||
{
|
||||
public MessageListPage()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user