Konu
c# form input name array tanımlama
06-03-2020, 22:56:31
#3
SynPs
foreach (Control c in this.Controls) { if (c.GetType() == typeof(TextBox)) { //İşlemler } }