UNPKG

ucbuilder

Version:

For Developing Applications with multiple form/usercontrols etc.. In Single BrowserWindow...

15 lines (14 loc) 434 B
/// <reference path="home.uc.designer.ts" /> //import { R } from 'ucbuilder/R'; var ucbuilder; (function (ucbuilder) { var main; (function (main) { class home { constructor() { // super(); // this.initializecomponent(arguments, this); } } main.home = home; })(main = ucbuilder.main || (ucbuilder.main = {})); })(ucbuilder || (ucbuilder = {}));