Due to issues with circular dependencies when creating a second project, we need to split up the codebase as much as we can within the one project. This issue aims to split `Utilities.cs` into its two separate concerns: Core & WinForms.
Due to issues with circular dependencies when creating a second project, we need to split up the codebase as much as we can within the one project.
This issue aims to split
Utilities.csinto its two separate concerns: Core & WinForms.