Unnötige Usings gelöscht

This commit is contained in:
Erik
2024-08-15 11:45:39 +02:00
parent 76695263a1
commit 897a0dc848
12 changed files with 5 additions and 71 deletions

View File

@@ -1,22 +1,10 @@
using bib_talk.Repository;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System;
using System.Diagnostics;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using bib_talk.Business;
namespace bib_talk