コード例 #1
0
        private async void chronBtn_Clicked(object sender, EventArgs e)
        {
            ApiServices apiServices = new ApiServices();
            await apiServices.AddConditionsToUser(SelectedConditions);


            Navigation.InsertPageBefore(new LoginPage(), this);
            await Navigation.PopAsync();
        }