This commit is contained in:
2023-01-05 16:32:28 +00:00
parent 9f6e3c7407
commit d3c015d382
163 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
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 PXMLAddIn
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}