示例#1
0
        public void OutputTotext(IOtherFormatOutput otherFormat)
        {
            IOtherFormatOutput _otherFormat = otherFormat;

            _otherFormat.TextOutput();
        }
示例#2
0
 public void OutputToText(IOtherFormatOutput TextOutput)
 {
     TextOutput.TextOutput();
 }