czyszczenie kodu

This commit is contained in:
2025-10-31 13:53:17 +01:00
parent 9e5fab5601
commit 6f454e5bcd
4 changed files with 19 additions and 38 deletions
+7 -16
View File
@@ -1,25 +1,16 @@
using System;
using System.Collections.Generic;
using Haftmittel.Properties;
using Microsoft.Data.SqlClient;
using System;
using System.Collections.ObjectModel;
using System.Linq;
using System.Data.Odbc;
using System.Globalization;
using System.Text;
using System.Reflection;
using System.IO;
using System.Linq;
using System.Threading;
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 System.IO;
using System.Threading;
using System.Windows.Markup;
using System.Data.Odbc;
using Microsoft.Data.SqlClient;
using Haftmittel.Properties;
namespace Haftmittel
{