Update 20210528 - mit LoginPopup
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
using MyModels;
|
||||
using BWPMModels;
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Net.Http;
|
||||
using System.Net.Http;
|
||||
|
||||
using System.Net.Http.Headers;
|
||||
using System.Net.Http.Formatting;
|
||||
using System.Threading.Tasks;
|
||||
using sf1.Models;
|
||||
using App.Models;
|
||||
|
||||
namespace sf1.Helper
|
||||
namespace App.Helper
|
||||
{
|
||||
public class HttpClientHelper
|
||||
{
|
||||
@@ -60,6 +60,7 @@ namespace sf1.Helper
|
||||
|
||||
|
||||
Results.daten = readTask.Result;
|
||||
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user