Implemented UI

This commit is contained in:
2021-12-04 13:01:52 +01:00
parent 3795774023
commit 0d2f2a6653
3 changed files with 59 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace ExeLauncher.GUI
{
internal record ApplicationModel
public record ApplicationModel
{
public int Number { get; set; } = 1;
public string Path { get; set; } = "";