mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-25 09:35:40 -05:00
- Add support for filtering by category
- Break up main window into partials instead of using regions
This commit is contained in:
12
Application/Properties/Settings.Designer.cs
generated
12
Application/Properties/Settings.Designer.cs
generated
@@ -277,5 +277,17 @@ namespace FeedCenter.Properties {
|
||||
return ((string)(this["VersionLocation"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string LastCategoryID {
|
||||
get {
|
||||
return ((string)(this["LastCategoryID"]));
|
||||
}
|
||||
set {
|
||||
this["LastCategoryID"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user