Ejemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 private AT EventDo_GetElementTimeout(object sender, WaitProcessArgs e)
 {
     try
     {
         return(GetElementHandle());
     }
     catch (Exception)
     {
         return(null);
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 /// <returns></returns>
 private AT EventDo_IsDisappeared(object sender, WaitProcessArgs e)
 {
     try
     {
         return(this.GetElementInfo().Exists() ? this : null);
     }
     catch (Exception)
     {
         return(this);
     }
 }