mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-15 17:06:59 +02:00
SMB Server application: Set 'SMB 2.0 / 2.1' checkbox to checked
This commit is contained in:
parent
788597523d
commit
b6eebcef20
1 changed files with 1 additions and 0 deletions
1
SMBServer/ServerUI.Designer.cs
generated
1
SMBServer/ServerUI.Designer.cs
generated
|
@ -139,6 +139,7 @@ namespace SMBServer
|
||||||
// chkSMB2
|
// chkSMB2
|
||||||
//
|
//
|
||||||
this.chkSMB2.AutoSize = true;
|
this.chkSMB2.AutoSize = true;
|
||||||
|
this.chkSMB2.Checked = true;
|
||||||
this.chkSMB2.Location = new System.Drawing.Point(204, 86);
|
this.chkSMB2.Location = new System.Drawing.Point(204, 86);
|
||||||
this.chkSMB2.Name = "chkSMB2";
|
this.chkSMB2.Name = "chkSMB2";
|
||||||
this.chkSMB2.Size = new System.Drawing.Size(93, 17);
|
this.chkSMB2.Size = new System.Drawing.Size(93, 17);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue