Exemplo n.º 1
0
        public override void InjectVariables(ref ChSystemDescriptor mdescriptor)
        {
            variable.SetDisabled(!IsActive());

            mdescriptor.InsertVariables(variable);
        }
Exemplo n.º 2
0
 public override void InjectVariables(ref ChSystemDescriptor mdescriptor)
 {
     mdescriptor.InsertVariables(variable);
 }