cleanup error handling

This commit is contained in:
Antony Corbett
2023-04-07 14:09:17 +01:00
parent 03e750e4c7
commit 3c216a682c
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
using System.Linq;
using JWLMerge.BackupFileServices.Helpers;
using JWLMerge.BackupFileServices.Models;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace JWLMerge.Tests;

View File

@@ -1,4 +1,4 @@
<Window
x:Class="JWLMerge.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"