foreach(Control c in controls)
{
button b=(button)c;
b.enabled=false ;
}
//whats happening in this code?