Issue #5
This commit is contained in:
@@ -3,6 +3,9 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Server_Dashboard {
|
||||
/// <summary>
|
||||
/// Interface to help close a window with a button
|
||||
/// </summary>
|
||||
interface IWindowHelper {
|
||||
Action Close { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user