source: 2010/24/satusuit/ponk/Ohjelma.cs @ 859

Revision 859, 278 bytes checked in by anlakane, 13 years ago (diff)
RevLine 
[859]1using System;
2
3static class Ohjelma
4{
5    /// <summary>
6    /// The main entry point for the application.
7    /// </summary>
8    static void Main(string[] args)
9    {
10        using (Peli game = new Peli())
11        {
12            game.Run();
13        }
14    }
15}
16
Note: See TracBrowser for help on using the repository browser.