Beispiel #1
0
 public CitationPlace(RefRange rng, string text)
 {
     Loc     = rng;
     Indices = ParseIndices(text);
 }
 public CitationPlace(RefRange rng, string text)
 {
     Loc = rng;
       Indices = ParseIndices(text);
 }