some work on Manager

This commit is contained in:
2024-09-06 09:44:24 +02:00
parent 5bccd070f4
commit ebc57e05d5
14 changed files with 367 additions and 8 deletions

View File

@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace ModpackUpdater.Apps.Manager.Features.Workspaces.GitLabRepo;
public partial class GitLabRepoWorkspaceConfigEditor : UserControl
{
public GitLabRepoWorkspaceConfigEditor()
{
InitializeComponent();
}
}