Exemplo n.º 1
0
Arquivo: _Acc.cs Projeto: alexfordc/Au
 protected override AccessibleObject CreateAccessibilityInstance()
 {
     if (AccObj == null)
     {
         AccObj = new _AccContainer(this, _manager);
     }
     return(AccObj);
 }
Exemplo n.º 2
0
Arquivo: _Acc.cs Projeto: alexfordc/Au
 protected override AccessibleObject CreateAccessibilityInstance()
 {
     if (_acc == null)
     {
         _acc = new _AccContainer(this, this);
     }
     return(_acc);
 }