Add the WinForm framework.

This commit is contained in:
2024-07-31 16:14:35 -04:00
parent e7cec66e6c
commit 096c6aa661
7 changed files with 227 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace PDF_Merge
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}