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:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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.
Binary file not shown.
Reference in New Issue
Block a user