示例#1
0
 internal BasePattern(AutomationElement el, bool cached)
 {
     Debug.Assert(el != null);
     this._el     = el;
     this._cached = cached;
 }