We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed451e3 commit 0671ea6Copy full SHA for 0671ea6
2 files changed
Source/Clients/NostalgicPlayer/Windows/IWindowForm.cs
@@ -5,7 +5,7 @@
5
/******************************************************************************/
6
using System.Windows.Forms;
7
8
-namespace Polycode.NostalgicPlayer.Client.GuiPlayer.Bases
+namespace Polycode.NostalgicPlayer.Client.GuiPlayer.Windows
9
{
10
/// <summary>
11
/// All window forms must implement this interface
Source/Clients/NostalgicPlayer/Windows/WindowFormBase2.cs
@@ -14,7 +14,7 @@
14
using Polycode.NostalgicPlayer.Kit.Utility;
15
using Polycode.NostalgicPlayer.Kit.Utility.Interfaces;
16
17
18
19
20
/// Use the class as the base class for all windows
0 commit comments