source:
2010/31/saolhaka/KynariKakone/Ohjelma.cs
@
1640
Revision 1640, 396 bytes checked in by tekrjant, 10 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[1640] | 1 | #region Usings |
2 | using System; | |
3 | #endregion | |
4 | ||
5 | namespace Kynari | |
6 | { | |
7 | static class Ohjelma | |
8 | { | |
9 | /// <summary> | |
10 | /// The main entry point for the application. | |
11 | /// </summary> | |
12 | static void Main(string[] args) | |
13 | { | |
14 | using (Tasohyppely peli = new Tasohyppely()) | |
15 | { | |
16 | peli.Run(); | |
17 | } | |
18 | } | |
19 | } | |
20 | } | |
21 |
Note: See TracBrowser
for help on using the repository browser.