This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// To learn more about WinUI, the WinUI project structure, | |
// and more about our project templates, see: http://aka.ms/winui-project-info. | |
namespace MauiApp1.Platforms.Windows; | |
/// <summary> | |
/// Provides application-specific behavior to supplement the default Application class. | |
/// </summary> | |
public partial class App | |
{ |