Exemplo n.º 1
0
 public void OutputToRaw(IOtherFormatOutput RawOutput)
 {
     RawOutput.RawOutput();
 }
Exemplo n.º 2
0
        public void RawOutput(IOtherFormatOutput otherFormat)
        {
            IOtherFormatOutput _rawOutput = otherFormat;

            _rawOutput.RawOutput();
        }