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

15 行
555B

  1. <ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  3. x:Class="MaUI.MainPage">
  4. <ScrollView>
  5. <StackLayout Padding="10">
  6. <Label Text="MainMenu" FontSize="20"/>
  7. <Button Text="Liste Emails" Clicked="OnListeEmails_Clicked" />
  8. <Button Text="ChatRoom" Clicked="OnChatRoom_Clicked" />
  9. <Button Text="Gestion LOGS" Clicked="OnLOGS_Liste_Clicked" />
  10. </StackLayout>
  11. </ScrollView>
  12. </ContentPage>