Ziyao Wang
2024-07-29 9f04fd130c8436b5a23c4c334d8fb7ea11a95ba6
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();
}