mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
25 lines
815 B
C#
25 lines
815 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: Autodesk.AutoCAD.ADMigrator.CustElementLocation
|
|||
|
// 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
|
|||
|
|
|||
|
using Autodesk.AutoCAD.Customization;
|
|||
|
|
|||
|
namespace Autodesk.AutoCAD.ADMigrator
|
|||
|
{
|
|||
|
internal class CustElementLocation
|
|||
|
{
|
|||
|
public CustomizationElement CustElement;
|
|||
|
public CustomizationElement insertAfter;
|
|||
|
public int offset;
|
|||
|
|
|||
|
public CustElementLocation(CustomizationElement CEin)
|
|||
|
{
|
|||
|
this.CustElement = CEin;
|
|||
|
this.insertAfter = (CustomizationElement) null;
|
|||
|
this.offset = 0;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|