Esempio n. 1
0
 public MatchedGroup(MainStringRef ebRef, MainStringRef m12Ref)
     : this()
 {
     Refs.Add(Game.Eb, new IndexLabel(ebRef));
     Refs.Add(Game.M12, new IndexLabel(m12Ref));
     Refs.Add(Game.M12English, new IndexLabel(m12Ref));
 }
Esempio n. 2
0
 public IndexLabel(MainStringRef stringRef)
     : this(stringRef.Index, stringRef.Label)
 {
 }