游雁
2024-06-07 60b3c42d6d3d90b97918b10d506efd6c471e1ba8
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();
}