#region Usings using System; #endregion namespace Tasohyppely1 { static class Ohjelma { /// /// The main entry point for the application. /// static void Main(string[] args) { using (Tasohyppely peli = new Tasohyppely()) { peli.Run(); } } } }