void IFormPicChoice.showReportDailog(SuperMemory.Entities.CPicChoiceMeaningReport reportData)
 {
     DlgReportTrainning dlgReport = new DlgReportTrainning();
     dlgReport.TrainningType = this.getTrainningTypeName();
     dlgReport.ReportData = reportData;
     dlgReport.ShowDialog(this);
 }
Пример #2
0
        void IFormPicChoice.showReportDailog(SuperMemory.Entities.CPicChoiceMeaningReport reportData)
        {
            DlgReportTrainning dlgReport = new DlgReportTrainning();

            dlgReport.TrainningType = this.getTrainningTypeName();
            dlgReport.ReportData    = reportData;
            dlgReport.ShowDialog(this);
        }