Пример #1
0
        public void OutputToExcel(IOtherFormatOutput otherFormat)
        {
            IOtherFormatOutput _ExcelOutput = otherFormat;

            _ExcelOutput.ExcelOutput();
        }
Пример #2
0
 public void OutputToExcel(IOtherFormatOutput ExcelOutput)
 {
     ExcelOutput.ExcelOutput();
 }