Added release build

This commit is contained in:
Stefan
2019-12-10 11:13:07 +01:00
parent a5c29b0dac
commit cdace4b554
19 changed files with 21 additions and 2 deletions
+1 -2
View File
@@ -115,10 +115,9 @@ namespace Superbuchhaltung
}
public void Search(List<string> result)
{
Main m = new Main();
Changeview();
PH.Visible = true;
m.PHdataview.Rows.Clear();
PHdataview.Rows.Clear();
Console.WriteLine(result.Count);
for (int i = 0; i < result.Count; i++)
{