SMB Server application: Set 'SMB 2.0 / 2.1' checkbox to checked

This commit is contained in:
Tal Aloni 2017-08-30 02:19:03 +03:00
parent 788597523d
commit b6eebcef20

View file

@ -139,6 +139,7 @@ namespace SMBServer
// chkSMB2
//
this.chkSMB2.AutoSize = true;
this.chkSMB2.Checked = true;
this.chkSMB2.Location = new System.Drawing.Point(204, 86);
this.chkSMB2.Name = "chkSMB2";
this.chkSMB2.Size = new System.Drawing.Size(93, 17);