Commit dba0054d by 任天宇

优化

parent 253d0704
......@@ -593,7 +593,7 @@
this.Controls.Add(this.plLeft);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmMain";
this.Text = "样品入箱客户端 1.2(23.7.4 CP2101)";
this.Text = "样品入箱客户端 1.2(23.7.41 CP2101)";
this.Load += new System.EventHandler(this.FrmMain_Load);
this.plLeft.ResumeLayout(false);
this.gbInfo.ResumeLayout(false);
......
......@@ -428,6 +428,7 @@ namespace Kivii.Client.SamplePackages
return;
}
var createPackage = res.Results.FirstOrDefault();
createPackage.RemoveAllOnlyProperties();
setCurrentPackage(createPackage);
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment