mirror of
https://github.com/Stefan-5422/Superbuchaltung.git
synced 2026-09-04 00:46:04 +02:00
Added release build
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -115,10 +115,9 @@ namespace Superbuchhaltung
|
|||||||
}
|
}
|
||||||
public void Search(List<string> result)
|
public void Search(List<string> result)
|
||||||
{
|
{
|
||||||
Main m = new Main();
|
|
||||||
Changeview();
|
Changeview();
|
||||||
PH.Visible = true;
|
PH.Visible = true;
|
||||||
m.PHdataview.Rows.Clear();
|
PHdataview.Rows.Clear();
|
||||||
Console.WriteLine(result.Count);
|
Console.WriteLine(result.Count);
|
||||||
for (int i = 0; i < result.Count; i++)
|
for (int i = 0; i < result.Count; i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||||
|
</startup>
|
||||||
|
</configuration>
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
9967d150819bbd5a9b52e51cbd7226bb16fd8b93
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
C:\Users\Stefan Kössner\Documents\GitHub\Superbuchhaltung\Superbuchhaltung\bin\Release\Superbuchhaltung.exe.config
|
||||||
|
C:\Users\Stefan Kössner\Documents\GitHub\Superbuchhaltung\Superbuchhaltung\bin\Release\Superbuchhaltung.exe
|
||||||
|
C:\Users\Stefan Kössner\Documents\GitHub\Superbuchhaltung\Superbuchhaltung\bin\Release\Superbuchhaltung.pdb
|
||||||
|
C:\Users\Stefan Kössner\Documents\GitHub\Superbuchhaltung\Superbuchhaltung\obj\Release\Superbuchhaltung.csprojAssemblyReference.cache
|
||||||
|
C:\Users\Stefan Kössner\Documents\GitHub\Superbuchhaltung\Superbuchhaltung\obj\Release\Superbuchhaltung.Main.resources
|
||||||
|
C:\Users\Stefan Kössner\Documents\GitHub\Superbuchhaltung\Superbuchhaltung\obj\Release\Superbuchhaltung.Addentrie.resources
|
||||||
|
C:\Users\Stefan Kössner\Documents\GitHub\Superbuchhaltung\Superbuchhaltung\obj\Release\Superbuchhaltung.Forms.Prompts.Modify.resources
|
||||||
|
C:\Users\Stefan Kössner\Documents\GitHub\Superbuchhaltung\Superbuchhaltung\obj\Release\Superbuchhaltung.Forms.Prompts.Query.resources
|
||||||
|
C:\Users\Stefan Kössner\Documents\GitHub\Superbuchhaltung\Superbuchhaltung\obj\Release\Superbuchhaltung.Properties.Resources.resources
|
||||||
|
C:\Users\Stefan Kössner\Documents\GitHub\Superbuchhaltung\Superbuchhaltung\obj\Release\Superbuchhaltung.csproj.GenerateResource.cache
|
||||||
|
C:\Users\Stefan Kössner\Documents\GitHub\Superbuchhaltung\Superbuchhaltung\obj\Release\Superbuchhaltung.csproj.CoreCompileInputs.cache
|
||||||
|
C:\Users\Stefan Kössner\Documents\GitHub\Superbuchhaltung\Superbuchhaltung\obj\Release\Superbuchhaltung.exe
|
||||||
|
C:\Users\Stefan Kössner\Documents\GitHub\Superbuchhaltung\Superbuchhaltung\obj\Release\Superbuchhaltung.pdb
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user