Beispiel #1
0
        private void picturedash_Click(object sender, EventArgs e)
        {
            FrmDashbord p = new FrmDashbord();

            panelMouve.Height = picturedash.Height;
            panelMouve.Top    = picturedash.Top;
            fx.openChildForm(p, afficher);
        }
Beispiel #2
0
        private void Form1_Load(object sender, EventArgs e)
        {
            FrmDashbord p = new FrmDashbord();

            panelMouve.Height = picturedash.Height;
            panelMouve.Top    = picturedash.Top;
            fx.openChildForm(p, afficher);
            fx.Picture_Rond(profil);
            fx.Picture_Rond(panel3);
            conect.Text = fonction.Text;
            d.RetournerPhotoSQl("Profil", "Liste_Agent", "Id", id.Text, profil);
        }