I don't know some changes....

This commit is contained in:
Burak Kaan Köse
2024-07-19 20:31:13 +02:00
parent 026151e7e4
commit 5b68f237f0
384 changed files with 176 additions and 29755 deletions

View File

@@ -1,18 +0,0 @@
#if NET8_0
using Microsoft.UI.Xaml.Controls;
#else
using Windows.UI.Xaml.Controls;
#endif
namespace Wino.Views.ImapSetup
{
public sealed partial class PreparingImapFoldersPage : Page
{
public PreparingImapFoldersPage()
{
this.InitializeComponent();
}
}
}