예제 #1
0
 void IUpdateReport.Show(WorkspaceInfo wkInfo, IList reportLines)
 {
     UpdateReportDialog.ShowReportDialog(
         wkInfo,
         reportLines,
         mPlasticWindow);
 }
예제 #2
0
 UpdateReportResult IGluonUpdateReport.ShowUpdateReport(
     WorkspaceInfo wkInfo, List <ErrorMessage> errors)
 {
     return(UpdateReportDialog.ShowUpdateReport(
                wkInfo, errors, mPlasticWindow));
 }