Increased max days to 30
This commit is contained in:
parent
d6526a2d11
commit
9d7c1d840a
@ -51,7 +51,7 @@
|
|||||||
//
|
//
|
||||||
this.numRangeDays.Location = new System.Drawing.Point(61, 26);
|
this.numRangeDays.Location = new System.Drawing.Point(61, 26);
|
||||||
this.numRangeDays.Maximum = new decimal(new int[] {
|
this.numRangeDays.Maximum = new decimal(new int[] {
|
||||||
15,
|
30,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0});
|
0});
|
||||||
|
Loading…
Reference in New Issue
Block a user