Ejemplo n.º 1
0
 private void CPasswordText_Enter(object sender, EventArgs e)
 {
     if (CPasswordText.Text.Equals("Enter Password"))
     {
         CPasswordText.Clear();
         CPasswordText.UseSystemPasswordChar = true;
     }
 }
Ejemplo n.º 2
0
 private void CPasswordText_Click(object sender, EventArgs e)
 {
     CPasswordText.Clear();
 }