コード例 #1
0
        public void CreateReport(Zetbox.App.SchemaMigration.SourceTable obj)
        {
            this._obj = obj;

            RenderSummary();
            RenderColumnMappings();
        }
コード例 #2
0
ファイル: Report.cs プロジェクト: daszat/zetbox
        public void CreateReport(Zetbox.App.SchemaMigration.SourceTable obj)
        {
            this._obj = obj;

            RenderSummary();
            RenderColumnMappings();
        }