選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
198B

  1. using Foundation;
  2. namespace MaUI;
  3. [Register("AppDelegate")]
  4. public class AppDelegate : MauiUIApplicationDelegate
  5. {
  6. protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
  7. }