public MaskedInputControl(MaskedInput mi) { this.field = mi; this.tb_MaskPattern = new TextBox(); this.lbl_Instructions = new Label(); }