Example #1
0
 private void ShowRpt(FileInfo pFile, string pReportLabel, OReports pReport)
 {
     var frmRL = new FrmReportLoader(pFile, pReportLabel, pReport);
     frmRL.ShowDialog();
 }
Example #2
0
        private void ShowRpt(FileInfo pFile, string pReportLabel, OReports pReport)
        {
            var frmRL = new FrmReportLoader(pFile, pReportLabel, pReport);

            frmRL.ShowDialog();
        }