Removing UWP project.
This commit is contained in:
17
Wino.Mail.WinUI/Views/WelcomePage.xaml.cs
Normal file
17
Wino.Mail.WinUI/Views/WelcomePage.xaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
namespace Wino.Views
|
||||
{
|
||||
public sealed partial class WelcomePage : WelcomePageAbstract
|
||||
{
|
||||
public WelcomePage()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
//private async void HyperlinkClicked(object sender, Microsoft.Toolkit.Uwp.UI.Controls.LinkClickedEventArgs e)
|
||||
//{
|
||||
// await Launcher.LaunchUriAsync(new System.Uri(e.Link));
|
||||
//}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user