// Decompiled with JetBrains decompiler // Type: Autodesk.AutoCAD.ADMigrator.LocalResources // 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 System.Reflection; using System.Resources; namespace Autodesk.AutoCAD.ADMigrator { internal class LocalResources { private static ResourceManager rm_; public static string GetString(string name) { if (LocalResources.rm_ == null) { Assembly.GetExecutingAssembly(); LocalResources.rm_ = new ResourceManager(typeof (ADMigratorResources)); } return LocalResources.rm_.GetString(name); } } }