Exemple #1
0
        public TableCollectionPresenter(ITableCollectionView TableCollectionView)
        {
            _TableCollectionView = TableCollectionView;

            _TableCollectionView.TabTitle = CommonConstant.Forms.tableCollectionTabTitleConst;
        }
Exemple #2
0
 private void ShowTableView(ITableCollectionView tableCollectionView)
 {
     _log.Info("tableCollectionフォーム作成");
     var tableCollectionPresenter = new TableCollectionPresenter(tableCollectionView);
 }