Skip to content

Commit ac25f95

Browse files
EugeneKramerRon Petrusha
authored andcommitted
Correct single spacing to tabs for Snippet 2 (#941)
Corrects single spacing to tabs for Snippet 2 for loop Resolves #2482
1 parent 87fba30 commit ac25f95

File tree

1 file changed

+1
-1
lines changed
  • snippets/csharp/VS_Snippets_Winforms/System.Windows.Forms.HtmlWindow/CS

1 file changed

+1
-1
lines changed

snippets/csharp/VS_Snippets_Winforms/System.Windows.Forms.HtmlWindow/CS/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private void GetLinksFromFrames()
4848
Hashtable docLinksHash = new Hashtable();
4949
linksTable.Add(webBrowser1.Document.Url.ToString(), docLinksHash);
5050

51-
foreach (HtmlElement hrefElement in webBrowser1.Document.Links)
51+
foreach (HtmlElement hrefElement in webBrowser1.Document.Links)
5252
{
5353
docLinksHash.Add(hrefElement.GetAttribute("HREF"), "Url");
5454
}

0 commit comments

Comments
 (0)