developing a tic tac game in windows form application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Abdul wahab99
    New Member
    • Jan 2019
    • 1

    developing a tic tac game in windows form application

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