Initial project tweaks
Sets the UI and Library up to be in a good spot to start work
This commit is contained in:
10
PostmanCloneUI/Dashboard.cs
Normal file
10
PostmanCloneUI/Dashboard.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace PostmanCloneUI
|
||||
{
|
||||
public partial class Dashboard : Form
|
||||
{
|
||||
public Dashboard()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user