diff --git a/.vs/Superbuchhaltung/v16/.suo b/.vs/Superbuchhaltung/v16/.suo index 16507e5..96dd8fe 100644 Binary files a/.vs/Superbuchhaltung/v16/.suo and b/.vs/Superbuchhaltung/v16/.suo differ diff --git a/.vs/Superbuchhaltung/v16/Server/sqlite3/storage.ide-shm b/.vs/Superbuchhaltung/v16/Server/sqlite3/storage.ide-shm new file mode 100644 index 0000000..c8aa16c Binary files /dev/null and b/.vs/Superbuchhaltung/v16/Server/sqlite3/storage.ide-shm differ diff --git a/.vs/Superbuchhaltung/v16/Server/sqlite3/storage.ide-wal b/.vs/Superbuchhaltung/v16/Server/sqlite3/storage.ide-wal new file mode 100644 index 0000000..7f9b926 Binary files /dev/null and b/.vs/Superbuchhaltung/v16/Server/sqlite3/storage.ide-wal differ diff --git a/Superbuchhaltung/Forms/Form1.cs b/Superbuchhaltung/Forms/Form1.cs index 990cd32..e2960da 100644 --- a/Superbuchhaltung/Forms/Form1.cs +++ b/Superbuchhaltung/Forms/Form1.cs @@ -129,8 +129,10 @@ namespace Superbuchhaltung private void ModifyToolStripMenuItem1_Click(object sender, EventArgs e) { - Forms.Prompts.Modify M = new Forms.Prompts.Modify(); - M.Show(); + //Forms.Prompts.Modify M = new Forms.Prompts.Modify(); + //M.Show(); + PHdataview.Rows.Clear(); + PHdataview.Rows.Add("ERROR", "Modify not Implimented yet!"); } } } diff --git a/Superbuchhaltung/bin/Debug/Superbuchhaltung.exe b/Superbuchhaltung/bin/Debug/Superbuchhaltung.exe index e06bab3..9b55663 100644 Binary files a/Superbuchhaltung/bin/Debug/Superbuchhaltung.exe and b/Superbuchhaltung/bin/Debug/Superbuchhaltung.exe differ diff --git a/Superbuchhaltung/bin/Debug/Superbuchhaltung.pdb b/Superbuchhaltung/bin/Debug/Superbuchhaltung.pdb index 366a43d..1802e5f 100644 Binary files a/Superbuchhaltung/bin/Debug/Superbuchhaltung.pdb and b/Superbuchhaltung/bin/Debug/Superbuchhaltung.pdb differ diff --git a/Superbuchhaltung/obj/Debug/Superbuchhaltung.csprojAssemblyReference.cache b/Superbuchhaltung/obj/Debug/Superbuchhaltung.csprojAssemblyReference.cache index cb9cf78..492042c 100644 Binary files a/Superbuchhaltung/obj/Debug/Superbuchhaltung.csprojAssemblyReference.cache and b/Superbuchhaltung/obj/Debug/Superbuchhaltung.csprojAssemblyReference.cache differ diff --git a/Superbuchhaltung/obj/Debug/Superbuchhaltung.exe b/Superbuchhaltung/obj/Debug/Superbuchhaltung.exe index e06bab3..9b55663 100644 Binary files a/Superbuchhaltung/obj/Debug/Superbuchhaltung.exe and b/Superbuchhaltung/obj/Debug/Superbuchhaltung.exe differ diff --git a/Superbuchhaltung/obj/Debug/Superbuchhaltung.pdb b/Superbuchhaltung/obj/Debug/Superbuchhaltung.pdb index 366a43d..1802e5f 100644 Binary files a/Superbuchhaltung/obj/Debug/Superbuchhaltung.pdb and b/Superbuchhaltung/obj/Debug/Superbuchhaltung.pdb differ