Example #1
0
 public Sign(inscription i)
 {
     InitializeComponent();
     this.i      = i;
     temail.Text = i.temail.Text;
     tmdp.Text   = i.tmdp1.Text;
     tmdp.UseSystemPasswordChar = true;
 }
Example #2
0
        private void insc_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            inscription i = new inscription();

            i.Show();
        }