Fixed Modify opening blank

This commit is contained in:
Stefan
2019-12-09 14:20:11 +01:00
parent 4499d51aae
commit a5c29b0dac
9 changed files with 4 additions and 2 deletions
Binary file not shown.
+4 -2
View File
@@ -129,8 +129,10 @@ namespace Superbuchhaltung
private void ModifyToolStripMenuItem1_Click(object sender, EventArgs e) private void ModifyToolStripMenuItem1_Click(object sender, EventArgs e)
{ {
Forms.Prompts.Modify M = new Forms.Prompts.Modify(); //Forms.Prompts.Modify M = new Forms.Prompts.Modify();
M.Show(); //M.Show();
PHdataview.Rows.Clear();
PHdataview.Rows.Add("ERROR", "Modify not Implimented yet!");
} }
} }
} }
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.