1.三色灯提交

2.设置重命名时带出之前名称
This commit is contained in:
2025-04-27 09:26:18 +08:00
parent b749eb4266
commit ed53c8e5db
5 changed files with 36 additions and 130 deletions

View File

@ -28,6 +28,13 @@ namespace DHSoftware.Views
{
button_ok.Click += Button_ok_Click;
button_cancel.Click += Button_cancel_Click;
Load += AddCubicleControl_Load;
}
private void AddCubicleControl_Load(object? sender, EventArgs e)
{
input_name.Text = CubicleName;
sltdetectionType.SelectedIndex =(int)DetectionType;
}
private void Button_cancel_Click(object sender, EventArgs e)