Add DashboardWindow, controlls to close the login than open the dashboard
This commit is contained in:
9
Server Dashboard/ViewModels/Interfaces/IWindowHelper.cs
Normal file
9
Server Dashboard/ViewModels/Interfaces/IWindowHelper.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Server_Dashboard {
|
||||
interface IWindowHelper {
|
||||
Action Close { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user