/// <summary>
 /// A user control to display when the administrator clicks on the treeNode.
 /// This can be a help page or a status over of the configuration
 /// </summary>
 public override ItemNodeUserControl GenerateOverviewUserControl()
 {
     return
         (new VideoOS.Platform.UI.HelpUserControl(
              SiteLicenseDefinition.TreeNodeImage,
              "SiteLicense",
              SiteLicenseHandler.LicenseInfo()));
 }
 public override void Init()
 {
     SiteLicenseHandler.Init();
 }