- Timestamp:
- 2012-06-05 09:50:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/23/JimB/Zong/Zong/Zong/Zong.cs
r2782 r2786 165 165 Label Voitto1 = new Label(); 166 166 Voitto1.TextColor = Color.DarkCyan; 167 if (pelaajan1Pisteet.Value == 10) ;167 if (pelaajan1Pisteet.Value == 10) 168 168 { 169 169 Voitto1.Text = "Pelaaja 1 voittaa!"; 170 170 Add(Voitto1); 171 171 } 172 if (pelaajan2Pisteet.Value == 10) ;172 if (pelaajan2Pisteet.Value == 10) 173 173 { 174 174 Voitto1.Text = "Pelaaja 2 voittaa!";
Note: See TracChangeset
for help on using the changeset viewer.