Add remember me button and more
This commit is contained in:
12
Server Dashboard/DashboardModules/NewModuleInformation.cs
Normal file
12
Server Dashboard/DashboardModules/NewModuleInformation.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Server_Dashboard.DashboardModules {
|
||||
class NewModuleInformation {
|
||||
public string ServerName { get; set; }
|
||||
public string Username { get; set; }
|
||||
public string IPAdress { get; set; }
|
||||
public int Port { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user