예제 #1
0
 public PrivateWrapperFactory2(IFactory2 factory2, CalligraphyLayoutInflater inflater, CalligraphyFactory calligraphyFactory)
     : base(factory2, calligraphyFactory) => this.inflater = inflater;
예제 #2
0
 public WrapperFactory(IFactory factory, CalligraphyLayoutInflater inflater, CalligraphyFactory calligraphyFactory)
 {
     this.factory            = factory;
     this.inflater           = inflater;
     this.calligraphyFactory = calligraphyFactory;
 }