public void OutputTotext(IOtherFormatOutput otherFormat) { IOtherFormatOutput _otherFormat = otherFormat; _otherFormat.TextOutput(); }
public void OutputToText(IOtherFormatOutput TextOutput) { TextOutput.TextOutput(); }