Fixes to locked logging IDs and Control Panel

This commit is contained in:
Cyberboss
2017-11-01 18:37:34 -04:00
parent eace72f747
commit 14a374a6e9
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -27,8 +27,9 @@ namespace TGControlPanel
/// <param name="I">The <see cref="TGServiceInterface.Interface"/> for the <see cref="ControlPanel"/></param>
public ControlPanel(Interface I)
{
Interface = I;
InitializeComponent();
Interface = I;
Text += " Instance: " + I.InstanceName;
if (Interface.VersionMismatch(out string error) && MessageBox.Show(error, "Warning", MessageBoxButtons.OKCancel) == DialogResult.Cancel)
{
Close();