private void button1_Click(object sender, EventArgs e) { string a = Convert.ToString(textBox1.Text); lbPrimjer.Items.Add(a); textBox1.Text = ""; }