AcManager.Tools.Objects.PythonAppObject.PythonAppObject C# (CSharp) Method

PythonAppObject() public method

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