added branch

This commit is contained in:
Stefan
2020-01-08 11:30:39 +01:00
parent 5fce70c8e6
commit b6ae111aee
37 changed files with 1105 additions and 32 deletions
@@ -0,0 +1,24 @@
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();
}
private void Modify_Load(object sender, EventArgs e)
{
}
}
}