Add remember me button and more
This commit is contained in:
10
Server Dashboard/Interfaces/IHavePassword.cs
Normal file
10
Server Dashboard/Interfaces/IHavePassword.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Security;
|
||||
using System.Text;
|
||||
|
||||
namespace Server_Dashboard {
|
||||
public interface IHavePassword {
|
||||
SecureString SecurePassword { get; }
|
||||
}
|
||||
}
|
||||
9
Server Dashboard/Interfaces/IWindowHelper.cs
Normal file
9
Server Dashboard/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