Gamejkal
Öğrenci
- Katılım
- 13 Ekim 2020
- Mesajlar
- 26
- Reaksiyon puanı
- 14
- Puanları
- 3
- Yaş
- 24
C#:
private void button1_Click(object sender, EventArgs e)
{
listBox1.Items.Add(maskedTextBox1.Text + " " + maskedTextBox2.Text + " " + maskedTextBox3.Text + " " + maskedTextBox4.Text);
}
Kod bu.
Çalıştırınca böyle oluyor ve hiçbir şeyi kullanamıyorum.