licensetrackeragent/Installer1.cs

30 lines
884 B
C#
Raw Normal View History

2024-08-30 14:27:20 -06:00
// Decompiled with JetBrains decompiler
// Type: LicenseTrackerService.Installer1
// Assembly: LicenseTrackerService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 190801E4-3027-41A4-B03A-CBAE9DAB23BA
// Assembly location: C:\MPE\MPELicenseTracker\LicenseTrackerService.exe
using System.ComponentModel;
using System.Configuration.Install;
#nullable disable
namespace LicenseTrackerService
{
[RunInstaller(true)]
public class Installer1 : Installer
{
private IContainer components = (IContainer) null;
public Installer1() => this.InitializeComponent();
protected override void Dispose(bool disposing)
{
if (disposing && this.components != null)
this.components.Dispose();
base.Dispose(disposing);
}
private void InitializeComponent() => this.components = (IContainer) new System.ComponentModel.Container();
}
}