Changeset 2786 for 2012


Ignore:
Timestamp:
2012-06-05 09:50:54 (11 years ago)
Author:
jijoback
Message:

Valmis. Ja voittoteksti toimii

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2012/23/JimB/Zong/Zong/Zong/Zong.cs

    r2782 r2786  
    165165        Label Voitto1 = new Label(); 
    166166        Voitto1.TextColor = Color.DarkCyan; 
    167         if (pelaajan1Pisteet.Value == 10) ; 
     167        if (pelaajan1Pisteet.Value == 10) 
    168168        { 
    169169            Voitto1.Text = "Pelaaja 1 voittaa!"; 
    170170            Add(Voitto1); 
    171171        } 
    172         if (pelaajan2Pisteet.Value == 10) ; 
     172        if (pelaajan2Pisteet.Value == 10) 
    173173        { 
    174174            Voitto1.Text = "Pelaaja 2 voittaa!"; 
Note: See TracChangeset for help on using the changeset viewer.