Widow – Diff between revs 23 and 28

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 23 Rev 28
Line 24... Line 24...
24   24  
Line 25... Line 25...
25 #endregion 25 #endregion
Line 26... Line 26...
26   26  
27 #region Private Delegates, Events, Enums, Properties, Indexers and Fields 27 #region Private Delegates, Events, Enums, Properties, Indexers and Fields
Line 28... Line 28...
28   28  
29 private static string UserApplicationDirectory => Path.Combine( 29 public static string UserApplicationDirectory => Path.Combine(
30 Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), @"Wizardry and Steamworks", @"Widow"); 30 Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), @"Wizardry and Steamworks", @"Widow");
31   31