Shadowrun: Awakened 29 September 2011 - Build 871
Program.cs
Go to the documentation of this file.
00001 using System;
00002 using System.Collections.Generic;
00003 using System.Linq;
00004 using System.Windows.Forms;
00005 
00006 namespace RoutineAnalyzer
00007 {
00008     static class Program
00009     {
00013         [STAThread]
00014         static void Main()
00015         {
00016             Application.EnableVisualStyles();
00017             Application.SetCompatibleTextRenderingDefault(false);
00018             Application.Run(new AnalyzerForm());
00019         }
00020     }
00021 }

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net