コード例 #1
0
 public void printListPercent(R1pnList rlist)
 {
     try
     {
         rlist.printPercentToExcel(this);
     }
     catch (Exception ex)
     {
         Console.WriteLine("ExcelWrapper:printLine, ERROR: " + ex.Message);
     }
 }