Example #1
0
        public modify_contact(contact con, carnet_adr page, int pos)
        {
            this.page = page;
            this.pos  = pos;

            InitializeComponent();
            contact.Text = con.get_name();
            adr.Text     = con.get_adr();
            tlphn.Text   = con.get_num();
            mail.Text    = con.get_mail();
            site.Text    = con.get_site();
        }