'宣言
Public Function New( _ ByVal context As IApplicationContext, _ ByVal model As ReportPaneModel, _ ByVal viewerModel As ViewerModel _ )
public ReportPaneViewModel( IApplicationContext context, ReportPaneModel model, ViewerModel viewerModel )
パラメータ
- context
- アプリケーションのコンテキスト。
- model
- レポートペインのモデル。
- viewerModel
- ビューワのモデル。