Man kann jetzt einen Offset eingeben
This commit is contained in:
@@ -32,7 +32,7 @@ namespace SanSystem
|
||||
|
||||
void BuildBericht(List<Inspektionsobjekt> list)
|
||||
{
|
||||
Hashtable grundDaten = MakeProtokoll("",null);
|
||||
Hashtable grundDaten = MakeProtokoll("",null,DateTime.MinValue);
|
||||
|
||||
DataTable inliner = getMassenTableInliner();
|
||||
|
||||
@@ -85,7 +85,7 @@ namespace SanSystem
|
||||
frmOptions.ShowDialog();
|
||||
}
|
||||
|
||||
public Hashtable MakeProtokoll(string destinationPath, IProjekt projekt)
|
||||
public Hashtable MakeProtokoll(string destinationPath, IProjekt projekt, DateTime offset)
|
||||
{
|
||||
Hashtable grundDaten = new Hashtable()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user