First commit

This commit is contained in:
Stefan
2019-12-02 20:16:15 +01:00
parent c7526cce68
commit 0eff8b7edc
34 changed files with 1301 additions and 0 deletions
+20
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 Superbuchhaltung.Forms.Prompts
{
public partial class Modify : Form
{
public Modify()
{
InitializeComponent();
}
}
}