Removing UWP project.

This commit is contained in:
Burak Kaan Köse
2024-07-20 03:07:21 +02:00
parent 5b68f237f0
commit e04c17d591
294 changed files with 26742 additions and 163 deletions

View 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));
//}
}
}