Merge pull request #499 from MihaelaStoica/CallHome

CP-12154: Offer Call Home enrollment when connecting to Call-Home cap…
This commit is contained in:
Gabor Apati-Nagy 2015-06-10 13:39:05 +01:00
commit bd0220de51
2 changed files with 1 additions and 4 deletions

View File

@ -30,10 +30,8 @@
*/
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using XenAdmin.Actions;
using XenAdmin.Core;
using XenAPI;
@ -43,7 +41,6 @@ namespace XenAdmin.Dialogs.CallHome
{
private readonly Pool pool;
private bool authenticated;
private string authenticationToken;
public CallHomeEnrollNowDialog(Pool pool)
{

View File

@ -83,7 +83,7 @@ namespace XenAdmin.Dialogs
public HealthCheckOverviewLauncher(IWin32Window parent)
{
parent = parent;
this.parent = parent;
healthCheckOverviewVisible = false;
}