回答編集履歴

1

誤字修正

2016/12/20 08:54

投稿

tacsheaven
tacsheaven

スコア13703

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  foreach(Control control in form1.panel1.Controls) {
12
12
 
13
- Match match = regex.Matches(control.name);
13
+ Match match = regex.Matches(control.Name);
14
14
 
15
15
  if(match.Success) {
16
16