Exemplo n.º 1
0
        async void Common(object sender, EventArgs e)
        {
            bool x = await DisplayAlert("警告", "登録されている書籍を消去してもよろしいですか?", "OK", "CANCEL");

            if (x == true)
            {
                UserModel.dropUser();
            }
        }