Changeset 1306
- Timestamp:
- 2010-07-27 11:24:59 (13 years ago)
- Location:
- 2010/30/vematata/LuvunTulostus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2010/30/vematata/LuvunTulostus/LuvunTulostus.sln
r1297 r1306 5 5 EndProject 6 6 Global 7 GlobalSection(SubversionScc) = preSolution 8 Svn-Managed = True 9 Manager = AnkhSVN - Subversion Support for Visual Studio 10 EndGlobalSection 7 11 GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 12 Debug|x86 = Debug|x86 -
2010/30/vematata/LuvunTulostus/Peli.cs
r1297 r1306 8 8 protected override void Begin() 9 9 { 10 //TODO: Alusta peli tässä10 MessageDisplay.Add(PalautaLuku(2,3)); 11 11 } 12 string PalautaLuku(int A, int B) 13 { 14 string Cs = (A + B).ToString(); 15 return Cs; 16 } 17 12 18 }
Note: See TracChangeset
for help on using the changeset viewer.