Mes documents/Visual Studio 2005/Projects/TES4ModTranslator/TES4ModTranslator/Program.cs

Go to the documentation of this file.
00001 namespace TES4ModTranslator {
00002     static class Program {
00003         public const string version="1.0.0.0";
00004         [System.STAThread]
00005         static void Main() { System.Windows.Forms.Application.Run(new Form1()); }
00006     }
00007 }

Generated on Fri Jun 23 21:50:04 2006 for OblivionModTranslator by  doxygen 1.4.6-NO