source:
2010/23/hniemi/JyTris/JyTris/Ohjelma.cs
@
1487
Revision 1478, 354 bytes checked in by hniemi, 11 years ago (diff) |
---|
Line | |
---|---|
1 | using System; |
2 | |
3 | namespace JyTris |
4 | { |
5 | |
6 | static class Ohjelma |
7 | { |
8 | /// <summary> |
9 | /// The main entry point for the application. |
10 | /// </summary> |
11 | static void Main(string[] args) |
12 | { |
13 | using (Peli game = new Peli()) |
14 | { |
15 | game.Run(); |
16 | } |
17 | } |
18 | } |
19 | } |
Note: See TracBrowser
for help on using the repository browser.