Geschwindigkeit anpassung durchgeführt
This commit is contained in:
@@ -234,6 +234,7 @@ namespace SanSystem
|
||||
|
||||
inliner.AnfangAushaertung = struktures.Select(x => x.Zeitstempel).Min();
|
||||
inliner.EndeAushaertung = struktures.Select(x => x.Zeitstempel).Max();
|
||||
inliner.Rueckholgeschwindigkeit = 0;
|
||||
}
|
||||
catch(FileNotFoundException ex)
|
||||
{
|
||||
@@ -253,7 +254,7 @@ namespace SanSystem
|
||||
Hashtable hashtable = inliner.MakeProtokoll(destinationPath,Database.Datenbank.Instance.loadedProjekt);
|
||||
DirectoryInfo directory = Directory.GetParent(destinationPath);
|
||||
string speicherpfad = directory.FullName;
|
||||
BerichtGen.FrmOptions options = new BerichtGen.FrmOptions("JUME", "liner_einbau.docx", speicherpfad,inliner.Inspektionsobjekt.Objektbezeichnung, hashtable, new List<BilderObject>());
|
||||
BerichtGen.FrmOptions options = new BerichtGen.FrmOptions("JUME", "liner_einbauBlueLight.docx", speicherpfad,inliner.Inspektionsobjekt.Objektbezeichnung, hashtable, new List<BilderObject>());
|
||||
options.ShowDialog();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user