修改了截取IP的逻辑,更好的适配非192.168.1频段
This commit is contained in:
3
C-Windows-1/Form1.Designer.cs
generated
3
C-Windows-1/Form1.Designer.cs
generated
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user