Files
PostManCloneApp/PostmanCloneUI/Dashboard.cs
Tommy Öman b584174707 Initial project tweaks
Sets the UI and Library up to be in a good spot to start work
2024-04-26 10:45:39 +02:00

11 lines
165 B
C#

namespace PostmanCloneUI
{
public partial class Dashboard : Form
{
public Dashboard()
{
InitializeComponent();
}
}
}