Changeset 1306


Ignore:
Timestamp:
2010-07-27 11:24:59 (13 years ago)
Author:
vematata
Message:
 
Location:
2010/30/vematata/LuvunTulostus
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 2010/30/vematata/LuvunTulostus/LuvunTulostus.sln

    r1297 r1306  
    55EndProject 
    66Global 
     7        GlobalSection(SubversionScc) = preSolution 
     8                Svn-Managed = True 
     9                Manager = AnkhSVN - Subversion Support for Visual Studio 
     10        EndGlobalSection 
    711        GlobalSection(SolutionConfigurationPlatforms) = preSolution 
    812                Debug|x86 = Debug|x86 
  • 2010/30/vematata/LuvunTulostus/Peli.cs

    r1297 r1306  
    88    protected override void Begin() 
    99    { 
    10         //TODO: Alusta peli tässä 
     10        MessageDisplay.Add(PalautaLuku(2,3)); 
    1111    } 
     12    string PalautaLuku(int A, int B) 
     13    { 
     14        string Cs = (A + B).ToString(); 
     15        return Cs; 
     16    } 
     17 
    1218} 
Note: See TracChangeset for help on using the changeset viewer.