finish editor for gitlab repo workspace config

This commit is contained in:
2024-09-06 15:59:13 +02:00
parent 3239fb5431
commit 86b7ec67fc
6 changed files with 275 additions and 33 deletions

View File

@@ -23,6 +23,16 @@ public partial class Form1 : RadForm, IMainApi
// ...
}
private void LoadWorkspace()
{
// ...
}
private void LoadActionSet()
{
// ...
}
private void RadMenuItem_OpenNewWorkspace_Click(object? sender, EventArgs e)
{
// ...