修改了截取IP的逻辑,更好的适配非192.168.1频段

This commit is contained in:
zhouyunhao
2024-08-20 08:42:26 +08:00
parent 2ccd3554fa
commit d782b731ca
8 changed files with 20 additions and 7 deletions

View File

@@ -880,6 +880,7 @@
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(100, 23);
this.progressBar1.TabIndex = 146;
this.progressBar1.Visible = false;
//
// button2
//
@@ -1637,7 +1638,7 @@
this.Controls.Add(this.ReceiveText);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "20240816";
this.Text = "20240819";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).EndInit();