Beispiel #1
0
 private static bool OnNoSccDialog(AutomationDialog dlg)
 {
     if (dlg.Text.Contains("source control provider associated with this solution could not be found"))
     {
         dlg.ClickButtonByName("No");
         return(true);
     }
     return(false);
 }