Remove imports

This commit is contained in:
2023-04-15 23:05:21 +02:00
parent 27fbae088a
commit 1f6e61f800
3 changed files with 2 additions and 10 deletions

View File

@ -1,5 +1,4 @@
using System; using System.IO;
using System.IO;
using System.Text; using System.Text;
using IniParser; using IniParser;
using IniParser.Model; using IniParser.Model;

View File

@ -1,10 +1,4 @@
using System; namespace Elwig.Helpers {
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Elwig.Helpers {
// 1 °KMW = // 1 °KMW =
// 1 °NM = kg/100L = 10g/L // 1 °NM = kg/100L = 10g/L
// 1 °Oe = // 1 °Oe =

View File

@ -1,7 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Threading.Tasks;
using System.Windows.Controls; using System.Windows.Controls;
using Elwig.Models; using Elwig.Models;