Advertisement
Guest User

Untitled

a guest
May 27th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1.  
  2. if (ButtonEtt.BackColor != System.Drawing.Color.DarkOrange)
  3. textbox1.Text = "0";
  4. if (buttonTva.BackColor != System.Drawing.Color.DarkOrange)
  5. textbox2.Text = "0";
  6. if (buttonTre.BackColor != System.Drawing.Color.DarkOrange)
  7. textbox3.Text = "0";
  8. if (buttonFyra.BackColor != System.Drawing.Color.DarkOrange)
  9. textbox4.Text = "0";
  10. if (buttonFem.BackColor != System.Drawing.Color.DarkOrange)
  11. textbox5.Text = "0";
  12. if (buttonSex.BackColor != System.Drawing.Color.DarkOrange)
  13. textbox6.Text = "0";
  14. if (buttonPar.BackColor != System.Drawing.Color.DarkOrange)
  15. textboxPar.Text = "0";
  16. if (buttonTvaPar.BackColor != System.Drawing.Color.DarkOrange)
  17. textboxTvaPar.Text = "0";
  18. if (buttonTriss.BackColor != System.Drawing.Color.DarkOrange)
  19. textboxTriss.Text = "0";
  20. if (buttonFyrtal.BackColor != System.Drawing.Color.DarkOrange)
  21. textboxFyrtal.Text = "0";
  22. if (buttonKak.BackColor != System.Drawing.Color.DarkOrange)
  23. textboxKak.Text = "0";
  24. if (buttonLitenStege.BackColor != System.Drawing.Color.DarkOrange)
  25. textboxLiten.Text = "0";
  26. if (buttonStorStege.BackColor != System.Drawing.Color.DarkOrange)
  27. textboxStor.Text = "0";
  28. if (buttonChans.BackColor != System.Drawing.Color.DarkOrange)
  29. textboxChans.Text = "0";
  30. if (buttonYatzy.BackColor != System.Drawing.Color.DarkOrange)
  31. textboxYatzy.Text = "0";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement