コード例 #1
0
        public TelaRecebimentoAtendimento(Decimal ValorAReceber)
        {
            InitializeComponent();

            this._controlador = new ControladorRecebimentoAtendimento(this, ValorAReceber);
        }
コード例 #2
0
        public TelaRecebimentoAtendimento(Decimal ValorAReceber)
        {
            InitializeComponent();

            this._controlador = new ControladorRecebimentoAtendimento(this, ValorAReceber);
        }