Syncfusion geupdated
Refactoring durchgeführt
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
@@ -41,6 +42,7 @@ namespace BerichtGen
|
||||
/// <param name="tableContent"></param>
|
||||
public FrmOptions(string firma, string vorlage, string speicherpfad,string filename, Hashtable grunddaten, List<BilderObject> bilderObjects, DataTable tableContent = null)
|
||||
{
|
||||
|
||||
InitializeComponent();
|
||||
|
||||
this.firma = firma;
|
||||
@@ -51,6 +53,7 @@ namespace BerichtGen
|
||||
this.tableContent = tableContent;
|
||||
this.source = Path.Combine("documents", firma, vorlage);
|
||||
this.filename = filename;
|
||||
|
||||
}
|
||||
|
||||
void Gen()
|
||||
|
||||
Reference in New Issue
Block a user