示例#1
0
 public void PrintPools()
 {
     if (_loaded)
     {
         pdf.StampaOttavi(poolOne, poolTwo, poolThree, poolFour);
     }
 }