OSDN Git Service

DTXCreatorSetting.config ファイルが存在しない場合に異常終了する不具合を修正。 DTXC021
authorfrom <from@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Sun, 7 Nov 2010 10:07:48 +0000 (10:07 +0000)
committerfrom <from@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Sun, 7 Nov 2010 10:07:48 +0000 (10:07 +0000)
git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@26 16f42ceb-6dc6-49c8-ba94-f2d53467949d

DTXCreatorプロジェクト/コード/00.全体/AppSetting.cs

index a25eff4..e8a0b98 100644 (file)
@@ -57,8 +57,8 @@ namespace DTXCreator
                //-----------------\r
                public List<string> RecentUsedFile\r
                {\r
-                       get\r
-                       set;\r
+                       get { return _RecentUsedFile; }\r
+                       set { _RecentUsedFile = value; }\r
                }\r
                private List<string> _RecentUsedFile = new List<string>();\r
                //-----------------\r