Files
Wino-Mail/Wino.Mail/Views/AboutPage.xaml.cs

13 lines
221 B
C#
Raw Normal View History

2024-04-18 01:44:37 +02:00
using Wino.Views.Abstract;
namespace Wino.Views.Settings
2024-04-18 01:44:37 +02:00
{
public sealed partial class AboutPage : AboutPageAbstract
2024-04-18 01:44:37 +02:00
{
public AboutPage()
{
InitializeComponent();
}
2024-04-18 01:44:37 +02:00
}
}