mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Code quality changes [skip ci]
This commit is contained in:
parent
61cfe004c5
commit
798ca503a5
108 changed files with 1981 additions and 2258 deletions
|
@ -120,7 +120,7 @@ namespace Greenshot.IniFile {
|
|||
/// Fill the section with the supplied properties
|
||||
/// </summary>
|
||||
/// <param name="properties"></param>
|
||||
public void Fill(Dictionary<string, string> properties) {
|
||||
public void Fill(IDictionary<string, string> properties) {
|
||||
Type iniSectionType = GetType();
|
||||
|
||||
// Iterate over the members and create IniValueContainers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue