From b7b53321a5ad459a8b71dadb444d2be2094e57f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Sun, 2 Apr 2023 22:18:40 +0200 Subject: [PATCH] Using Common --- GUI/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI/Program.cs b/GUI/Program.cs index f9188db..bc9450f 100644 --- a/GUI/Program.cs +++ b/GUI/Program.cs @@ -1,3 +1,4 @@ +using Common; namespace GUI; public delegate string DataRequest(); //Fire whenever a specific field of ProfileHandler.CurrentProfile is needed