Exemple #1
0
        /*
         * Adresse Speichern
         */
        private void Adresse_speichern_Click(object sender, EventArgs e)
        {
            _Adressen.AddAdresse(textBox1.Text, textBox2.Text, textBox3.Text, textBox4.Text, textBox5.Text, textBox6.Text, textBox7.Text, textBox8.Text, textBox9.Text, "Germany");

            textBox1.Text             = "";
            textBox2.Text             = "";
            textBox3.Text             = "";
            textBox4.Text             = "";
            textBox5.Text             = "";
            textBox6.Text             = "";
            textBox7.Text             = "";
            textBox8.Text             = "";
            textBox9.Text             = "";
            label27.Text              = "-";
            label27.Text              = "-";
            pictureBox1.ImageLocation = "";
        }