public

Subversion Repositories:
[/] [StopWatch/] [StopWatch/] [Program.cs] - Rev 6

Compare with Previous - Blame


using System;
using System.Collections.Generic;
using System.Windows.Forms;

namespace StopWatch
{
    static class Program
    {
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        [MTAThread]
        static void Main()
        {
            Application.Run(new StopWatch());
        }
    }
}

Generated by GNU enscript 1.6.4.