TINF20C_ModellingWizard_Dev.../SOURCE/Application/Form1.cs
H4CK3R-01 98119c56f4 - Added plugin source code
- removed plugin dll
- Changed file structure
- Added readme
2022-03-11 17:13:30 +01:00

21 lines
364 B
C#

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 App
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}