added recent files list.

This commit is contained in:
morkt
2014-07-30 17:15:16 +04:00
parent da8bdc3274
commit 49096a02c5
4 changed files with 64 additions and 15 deletions

View File

@@ -238,5 +238,16 @@ namespace GARbro.GUI.Properties {
this["appArchiveFormat"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Collections.Specialized.StringCollection appRecentFiles {
get {
return ((global::System.Collections.Specialized.StringCollection)(this["appRecentFiles"]));
}
set {
this["appRecentFiles"] = value;
}
}
}
}