mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Added marginal search. Some refactoring
This commit is contained in:
@@ -11,13 +11,13 @@ namespace HaDocument.Models {
|
||||
string letter,
|
||||
string page,
|
||||
string line,
|
||||
string elemnt
|
||||
string element
|
||||
) {
|
||||
Index = index;
|
||||
Letter = letter;
|
||||
Page = page;
|
||||
Line = line;
|
||||
Element = elemnt;
|
||||
Element = element;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user