function MyClass() {
if (_biInPrototype) return;
BiComponent.call(this);
var x = new BiComboBox();
x = new BiLabel();
this._y = new BiComboBox();
}
_p = _biExtend(MyClass, BiComponent, "MyClass");
_p.someMethod = function() {
this._y = new BiLabel(); };