Rename (I)ServerInterface to (I)Client

This commit is contained in:
Cyberboss
2017-12-08 13:19:28 -05:00
parent 4d5b4735fb
commit 827604f341
16 changed files with 58 additions and 58 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ namespace TGS.ControlPanel
{
static class Program
{
public static IServerInterface ServerInterface;
public static IClient ServerInterface;
[STAThread]
static void Main(string[] args)
{
@@ -21,7 +21,7 @@ namespace TGS.ControlPanel
}
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Interface.ServerInterface.SetBadCertificateHandler(BadCertificateHandler);
Interface.Client.SetBadCertificateHandler(BadCertificateHandler);
Application.Run(new Login());
if(ServerInterface != null)
{