예제 #1
0
 public WindowProxy(AutomationElement element)
 {
     this.Element = element;
     wp = element.Pattern<WindowPattern>();
 }