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
|
@ -200,12 +200,11 @@ namespace Greenshot.Forms {
|
|||
}
|
||||
|
||||
|
||||
// <summary>
|
||||
/// <summary>
|
||||
/// adds an item to the select list
|
||||
/// </summary>
|
||||
/// <param name="label">the label to be displayed</param>
|
||||
/// <param name="image">the icon to be displayed</param>
|
||||
/// <param name="selected">whether the item is initially selected</param>
|
||||
/// <param name="isChecked">whether the item is initially checked</param>
|
||||
public void AddItem(string label, Image image, bool isChecked) {
|
||||
AddItem(label, image, null, isChecked);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue