Update 20210528 - mit LoginPopup

This commit is contained in:
2021-05-28 16:20:53 +02:00
parent 5dcd0d1046
commit a437ae0be4
172 changed files with 16125 additions and 103 deletions

View File

@@ -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;