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 }