Desktop/HStation.Desktop.Xhs.Core/Login/LoginFrm.cs
@@ -56,10 +56,10 @@ protected override void OnPaint(PaintEventArgs e) { base.OnPaint(e); using (var pen = new Pen(Color.FromArgb(0, 122, 204), 1f)) { e.Graphics.DrawRectangle(pen, 0.5f, 0.5f, this.Width - 1, this.Height - 1); } //using (var pen = new Pen(Color.FromArgb(0, 122, 204), 1f)) //{ // e.Graphics.DrawRectangle(pen, 0.5f, 0.5f, this.Width - 1, this.Height - 1); //} } //验证