雾聪
2024-10-10 1480dcf5d571c4920b4f18717d580646794b8d28
1
2
3
4
5
6
7
8
9
using Foundation;
 
namespace MauiApp1;
 
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
    protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}