Konu
Csharp bilenler :)
18-04-2022, 15:56:14
#2
kSalih
bunu deneyin birde
foreach
(
var file in Dosyalar
)
{
listbox1.items.add(
file
)
;
}