// Decompiled with JetBrains decompiler // Type: Poly.ModeChangedArgs // Assembly: Poly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 618F3010-979B-4F78-8F99-D5C35E30AA2E // Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan-Dropper.Win32.Sysn.bshb-a13f90b28df8b73652beb4c3c95ff1b8dc0c2fc41dee8f7d6acdd43828a0aadc.exe using System; namespace Poly { public class ModeChangedArgs : EventArgs { private _command command; public ModeChangedArgs() { Base_Settings.status = "Processing Command"; this.command = new _command(); this.command.Initialise(); this.command.Run(); } } }