diff options
Diffstat (limited to 'source/WindowsFormsApplication1/Controls')
| -rw-r--r-- | source/WindowsFormsApplication1/Controls/ProgressBarEX.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs b/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs index 0e64aad..4896292 100644 --- a/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs +++ b/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs @@ -61,7 +61,7 @@ namespace ShiftOS this.Invalidate(); } else { - throw new ArgumentOutOfRangeException("The value must be between the minimum and maximum values."); + } } } |
