Mercurial > repos > IBBoard.WarFoundry.GUI.WinForms
comparison FrmMain.cs @ 115:9c5f7c5b0f1c WarFoundry_v0.1beta6_Winforms
* Mark v0.1 beta 6 in main form
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 24 Dec 2009 20:26:53 +0000 |
parents | 39b93ca5fb9c |
children | 1e92802391e3 |
comparison
equal
deleted
inserted
replaced
114:727c1b0e49a6 | 115:9c5f7c5b0f1c |
---|---|
34 /// Summary description for Form1. | 34 /// Summary description for Form1. |
35 /// </summary> | 35 /// </summary> |
36 public class FrmMain : System.Windows.Forms.Form | 36 public class FrmMain : System.Windows.Forms.Form |
37 { | 37 { |
38 private static readonly string AppTitle = "WarFoundry"; | 38 private static readonly string AppTitle = "WarFoundry"; |
39 internal static readonly string VERSION = "0.1b6pre"; | 39 internal static readonly string VERSION = "0.1b6"; |
40 const string DefaultDataDir = "data"; | 40 const string DefaultDataDir = "data"; |
41 | 41 |
42 private Preferences preferences; | 42 private Preferences preferences; |
43 private readonly ILog log = LogManager.GetLogger(typeof(FrmMain)); | 43 private readonly ILog log = LogManager.GetLogger(typeof(FrmMain)); |
44 | 44 |