fix few things

This commit is contained in:
2022-07-01 22:12:50 +02:00
parent e000a8e1d3
commit b99ae27376
4 changed files with 8 additions and 24 deletions

View File

@@ -67,5 +67,10 @@ namespace Pilz.Updating.Administration.GUI
radSpinEditor_Build.Value = value;
}
}
private void radButton_Accept_Click(object sender, EventArgs e)
{
}
}
}