Update Settings.cs
This commit is contained in:
parent
bb19edeabe
commit
52f6944dfc
@ -9,7 +9,6 @@ namespace Server
|
|||||||
{
|
{
|
||||||
public static class Settings
|
public static class Settings
|
||||||
{
|
{
|
||||||
public static List<Clients> Online = new List<Clients>();
|
|
||||||
public static List<string> Blocked = new List<string>();
|
public static List<string> Blocked = new List<string>();
|
||||||
public static long Sent { get; set; }
|
public static long Sent { get; set; }
|
||||||
public static long Received { get; set; }
|
public static long Received { get; set; }
|
||||||
@ -17,8 +16,8 @@ namespace Server
|
|||||||
public static string CertificatePath = Application.StartupPath + "\\ServerCertificate.p12";
|
public static string CertificatePath = Application.StartupPath + "\\ServerCertificate.p12";
|
||||||
public static X509Certificate2 ServerCertificate;
|
public static X509Certificate2 ServerCertificate;
|
||||||
public static readonly string Version = "AsyncRAT 0.5.2";
|
public static readonly string Version = "AsyncRAT 0.5.2";
|
||||||
public static object Listview1Lock = new object();
|
public static object LockListviewClients = new object();
|
||||||
public static object Listview2Lock = new object();
|
public static object LockListviewLogs = new object();
|
||||||
public static object Listview3Lock = new object();
|
public static object LockListviewThumb = new object();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user