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