mirror of
https://github.com/donavon04/MPELicenseAgent.git
synced 2025-01-17 16:40:57 -07:00
30 lines
884 B
C#
30 lines
884 B
C#
// 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();
|
|
}
|
|
}
|