mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
f2ac1ece55
add
47 lines
1.6 KiB
C#
47 lines
1.6 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Autodesk.AutoCAD.ADMigrator.CUIFileMap
|
|
// Assembly: ADMigrator, Version=18.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 1EA8663B-E949-4FAD-ABC5-280393847F56
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Virus.Win32.Sality.sil-906e49d7772808af1fb67511fd33b01c809079fddb77015425883ca9739cad33.exe
|
|
|
|
namespace Autodesk.AutoCAD.ADMigrator
|
|
{
|
|
public class CUIFileMap
|
|
{
|
|
private string _sourceFileName;
|
|
private string _sourceMenuGroupName;
|
|
private string _sourceMacroGroupName;
|
|
private string _targetFileName;
|
|
private string _targetMenuGroupName;
|
|
private string _targetMacroGroupName;
|
|
|
|
public string SourceFileName => this._sourceFileName;
|
|
|
|
public string SourceMenuGroupName => this._sourceMenuGroupName;
|
|
|
|
public string SourceMacroGroupName => this._sourceMacroGroupName;
|
|
|
|
public string TargetFileName => this._targetFileName;
|
|
|
|
public string TargetMenuGroupName => this._targetMenuGroupName;
|
|
|
|
public string TargetMacroGroupName => this._targetMacroGroupName;
|
|
|
|
public CUIFileMap(
|
|
string sourceFileName,
|
|
string sourceMenuGroupName,
|
|
string sourceMacroGroupName,
|
|
string targetFileName,
|
|
string targetMenuGroupName,
|
|
string targetMacroGroupName)
|
|
{
|
|
this._sourceFileName = sourceFileName;
|
|
this._sourceMenuGroupName = sourceMenuGroupName;
|
|
this._sourceMacroGroupName = sourceMacroGroupName;
|
|
this._targetFileName = targetFileName;
|
|
this._targetMenuGroupName = targetMenuGroupName;
|
|
this._targetMacroGroupName = targetMacroGroupName;
|
|
}
|
|
}
|
|
}
|