"실험실" 브랜치 위치 초기화
ㄴ> 앞으로 쓰기위해서.
This commit is contained in:
@@ -408,7 +408,6 @@ namespace WindowsFormsApp1.Mac
|
|||||||
webBrowser1.Navigate(URL);
|
webBrowser1.Navigate(URL);
|
||||||
Delay(5000);
|
Delay(5000);
|
||||||
|
|
||||||
string msg = "";
|
|
||||||
foreach (HtmlElement he in webBrowser1.Document.GetElementsByTagName("input"))
|
foreach (HtmlElement he in webBrowser1.Document.GetElementsByTagName("input"))
|
||||||
{
|
{
|
||||||
if (he.Id != null && he.Id.IndexOf(Code) > -1)
|
if (he.Id != null && he.Id.IndexOf(Code) > -1)
|
||||||
@@ -546,7 +545,6 @@ namespace WindowsFormsApp1.Mac
|
|||||||
webBrowser1.Navigate(URL);
|
webBrowser1.Navigate(URL);
|
||||||
Delay(3000);
|
Delay(3000);
|
||||||
|
|
||||||
string msg = "";
|
|
||||||
foreach (HtmlElement he in webBrowser1.Document.GetElementsByTagName("input"))
|
foreach (HtmlElement he in webBrowser1.Document.GetElementsByTagName("input"))
|
||||||
{
|
{
|
||||||
if (he.GetAttribute("value").IndexOf(Code) > -1)
|
if (he.GetAttribute("value").IndexOf(Code) > -1)
|
||||||
@@ -608,7 +606,6 @@ namespace WindowsFormsApp1.Mac
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user