private void aboutclients_Load(object sender, EventArgs e)
        {
            arrayusers arrayusers = new arrayusers();

            this.id.Text        = arrayusers.id;
            this.firstname.Text = arrayusers.firstname;
            this.lastname.Text  = arrayusers.lastname;
            this.surname.Text   = arrayusers.surname;
            this.telephone.Text = arrayusers.telephone;
            this.IDpas.Text     = arrayusers.IDpas;
            this.education.Text = arrayusers.education;
            this.address.Text   = arrayusers.adress;
            this.vacantion.Text = arrayusers.vacantion;
            this.note.Text      = arrayusers.note;
            this.datereg.Text   = arrayusers.datereg;
        }
Beispiel #2
0
        private void списокКлиентовToolStripMenuItem_Click(object sender, EventArgs e)
        {
            arrayusers arrayusers = new arrayusers();

            arrayusers.Show();
        }