예제 #1
0
        public void OutputToExcel(IOtherFormatOutput otherFormat)
        {
            IOtherFormatOutput _ExcelOutput = otherFormat;

            _ExcelOutput.ExcelOutput();
        }
예제 #2
0
 public void OutputToExcel(IOtherFormatOutput ExcelOutput)
 {
     ExcelOutput.ExcelOutput();
 }