add
游雁
2024-04-11 70027f0eadaa89f1641d86199cbe5d8664f10bdf
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();
}