Add Button, from Alerts.xaml <StackLayout> <Button Text="Show Alert" Clicked="ShowAlert" /> </StackLayout> Implement the Clicked event with a DisplayAlert ...
確定! 回上一頁