add resharper and hover effect for modules; change navigation bar

This commit is contained in:
Rene Schwarz
2021-08-10 02:03:11 +02:00
parent cdb86331e5
commit 910383775b
64 changed files with 792 additions and 832 deletions

View File

@@ -3,10 +3,11 @@ using System.Collections.Generic;
using System.Text;
namespace Server_Dashboard {
/// <summary>
/// Interface to help close a window with a button
/// </summary>
interface IWindowHelper {
internal interface IWindowHelper {
Action Close { get; set; }
}
}
}