ucbuilder
Version:
For Developing Applications with multiple form/usercontrols etc.. In Single BrowserWindow...
12 lines (11 loc) • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Form = void 0;
const Form_uc_designer_1 = require("./Form.uc.designer");
class Form extends Form_uc_designer_1.Designer {
constructor() {
super();
this.initializecomponent(arguments, this);
}
}
exports.Form = Form;