コード例 #1
0
 public NotCondition(Condition condition)
 {
     this._obj = (IUIAutomationNotCondition)
                 Automation.Factory.CreateNotCondition(
         ConditionManagedToNative(condition));
 }
コード例 #2
0
 internal NotCondition(IUIAutomationNotCondition obj)
 {
     Debug.Assert(obj != null);
     this._obj = obj;
 }