Konu
C# yardım
09-12-2020, 21:35:34
#4
FurkanAkman
listBox1.Items.Add(textBox1.Text);
label1.Text = textBox1.Text + " eklendi!";