Exemplo n.º 1
0
 protected virtual void PutThreeValued(KeySpec spec, bool flag)
 {
     _config.Put(spec, TernaryBool.ForBoolean(flag));
 }
Exemplo n.º 2
0
 // FIXME: circular cs dependancy. Improve.
 public void ActivationDepth(int depth)
 {
     _config.Put(ActivationDepthKey, depth);
 }