예제 #1
0
 public StaticTextBuilder()
 {
     m_baseTextBuilder = new BaseTextBuilder <StaticText>(new StaticText());
 }
예제 #2
0
 public PluralizedStaticTextBuilder()
 {
     m_baseTextBuilder = new BaseTextBuilder <PluralizedStaticText>(new PluralizedStaticText());
     InstantianateIntervalTextCollectionIfNull();
 }
 public ConstantStaticTextBuilder()
 {
     m_baseTextBuilder = new BaseTextBuilder <ConstantStaticText>(new ConstantStaticText());
 }