public FManager(I_IOGlyphs i_IOGlyphs, I_ProgressUpdater i_ProgressUpdater, I_TestReader i_TestReader) : this() { this.i_IOGlyphs = i_IOGlyphs; if (this.i_IOGlyphs != null) { if (!this.i_IOGlyphs.ReadNumGlyph(out this.fwNumGlyph, null)) { this.fwNumGlyph = GConsts.IND_UNDEFINED; } } this.i_ProgressUpdater = i_ProgressUpdater; // TODO: init flags from i_TestReader }
public FManager(I_IOGlyphs i_IOGlyphs, I_ProgressUpdater i_ProgressUpdater, I_TestReader i_TestReader) : this() { this.i_IOGlyphs=i_IOGlyphs; if (this.i_IOGlyphs!=null) { if (!this.i_IOGlyphs.ReadNumGlyph(out this.fwNumGlyph,null)) this.fwNumGlyph=GConsts.IND_UNDEFINED; } this.i_ProgressUpdater=i_ProgressUpdater; // TODO: init flags from i_TestReader }