mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -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
|
@ -22,7 +22,7 @@ using System;
|
|||
|
||||
namespace Greenshot.Drawing.Fields.Binding {
|
||||
/// <summary>
|
||||
/// Converts decimal to double (%) and vice versa, e.g. 95f <---> 0.95d
|
||||
/// Converts decimal to double (%) and vice versa, e.g. 95f to 0.95d
|
||||
/// </summary>
|
||||
public class DecimalDoublePercentageConverter : AbstractBindingConverter<double, decimal>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue