Move TempFile to own class

This commit is contained in:
2023-03-11 15:23:52 +01:00
parent aca39be8d4
commit e3e30bfc56
7 changed files with 51 additions and 57 deletions

View File

@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;
namespace WGneu.Helpers {