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

12 行
138B

  1. namespace MaUI;
  2. public partial class App : Application
  3. {
  4. public App()
  5. {
  6. InitializeComponent();
  7. MainPage = new AppShell();
  8. }
  9. }