AcManager.Tools.Objects.PythonAppObject.PythonAppObject C# (CSharp) Méthode

PythonAppObject() public méthode

public PythonAppObject ( IFileAcManager manager, string id, bool enabled ) : AcManager.Tools.AcManagersNew
manager IFileAcManager
id string
enabled bool
Résultat AcManager.Tools.AcManagersNew
        public PythonAppObject(IFileAcManager manager, string id, bool enabled) : base(manager, id, enabled) {}