示例#1
0
        private void ButtonPrint_Click(object sender, RoutedEventArgs e)
        {
            PantherAliquotReport pantherAliquotReport = new PantherAliquotReport(this.m_PantherAliquotList);

            pantherAliquotReport.Print();
        }
 private void ButtonPrint_Click(object sender, RoutedEventArgs e)
 {
     PantherAliquotReport pantherAliquotReport = new PantherAliquotReport(this.m_PantherAliquotList);
     pantherAliquotReport.Print();
 }