private void textBox1_Enter( object sender , EventArgs e)
{
textBox1 . Enabled = false ;
textBox1 . Enabled = true ;
}