mirror of
https://github.com/Stefan-5422/Superbuchaltung.git
synced 2026-09-04 00:46:04 +02:00
Fixed Modify opening blank
This commit is contained in:
@@ -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!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user