AcManager.Tools.Objects.PythonAppObject.PythonAppObject C# (CSharp) Метод

PythonAppObject() публичный Метод

public PythonAppObject ( IFileAcManager manager, string id, bool enabled ) : AcManager.Tools.AcManagersNew
manager IFileAcManager
id string
enabled bool
Результат AcManager.Tools.AcManagersNew
        public PythonAppObject(IFileAcManager manager, string id, bool enabled) : base(manager, id, enabled) {}