From f0b74ed2874e44e821e03dfcd554346bc4a3df62 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 23 May 2020 18:43:26 +0300 Subject: Finished with refactoring. This version is now officially finished. --- MundusTests/ApplicationSetup.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MundusTests/ApplicationSetup.cs') diff --git a/MundusTests/ApplicationSetup.cs b/MundusTests/ApplicationSetup.cs index bd39d97..429097d 100644 --- a/MundusTests/ApplicationSetup.cs +++ b/MundusTests/ApplicationSetup.cs @@ -1,7 +1,7 @@ -using Mundus.Data; -using Mundus.Data.Windows; +using Gtk; +using Mundus.Data; +using Mundus.Service.Windows; using NUnit.Framework; -using Gtk; [SetUpFixture] public static class ApplicationSetup { -- cgit v1.2.3