Add ClientParameters
This commit is contained in:
@ -11,8 +11,8 @@ namespace Elwig.Documents {
|
||||
public Document(string title) {
|
||||
DataPath = App.DataPath;
|
||||
Title = title;
|
||||
Header = "<h1>Winzergenossenschaft Matzen</h1>";
|
||||
Footer = "Winzergenossenschaft für Matzen und Umgebung reg. Gen.m.b.H.";
|
||||
Header = $"<h1>{App.Client.Name}</h1>";
|
||||
Footer = App.Client.NameFull;
|
||||
Date = DateTime.Today;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user