WIP
This commit is contained in:
@@ -12,6 +12,7 @@ using System.Diagnostics;
|
||||
using System.IO;
|
||||
using SanShared;
|
||||
using FluentFTP;
|
||||
using System.Collections;
|
||||
|
||||
namespace SanSystem
|
||||
{
|
||||
@@ -181,5 +182,22 @@ namespace SanSystem
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
Hashtable grunddaten = new Hashtable()
|
||||
{
|
||||
{"KL_Wetter","Trocken" }
|
||||
};
|
||||
List<BilderObject> bilderO = new List<BilderObject>();
|
||||
bilderO.Add(new BilderObject()
|
||||
{
|
||||
ImgID = 1,
|
||||
Kommentar = "TestBild",
|
||||
Path = @"C:\Users\Damian\Desktop\SanVerwaltung\SanSystem\bin\Debug\projekte\18-850\SW01-SW02\Schachtanbindung\4d0a1627-bd51-48d6-a27e-a4c6691b02d2.jpg"
|
||||
});
|
||||
BerichtGen.Options options = new BerichtGen.Options("", "", "", grunddaten,bilderO);
|
||||
options.ShowDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user