Fixed max port number

This commit is contained in:
MaxXor 2015-09-19 11:05:24 +02:00
parent 12b5bcdc3a
commit efef5c0100
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
//
this.ncPort.Location = new System.Drawing.Point(111, 7);
this.ncPort.Maximum = new decimal(new int[] {
65534,
65535,
0,
0,
0});