コード例 #1
0
ファイル: ReportSystem.cs プロジェクト: mimfa/MiMFa.Framework
 public ReportSystem(System.Drawing.Icon icon = null, StandardBrowserViewer tabViewer = null, ProgressBar.ProgressBar progressBar = null)
 {
     if (icon != null)
     {
         Icon = icon;
     }
     TabViewer   = tabViewer;
     ProgressBar = progressBar;
 }
コード例 #2
0
ファイル: ReportSystem.cs プロジェクト: mimfa/MiMFa.Framework
 public ReportSystem(MiMFa_ReportLanguage mRL, StandardBrowserViewer tabViewer = null, ProgressBar.ProgressBar progressBar = null)
 {
     MRL         = mRL;
     TabViewer   = tabViewer;
     ProgressBar = progressBar;
 }