示例#1
0
        public void SetReadOnly()
        {
            Source_GB.Enabled   = false;
            Facturas_GB.Enabled = false;
            Submit_BT.Enabled   = false;

            Datos_Facturas.DataSource = OutputInvoiceList.GetByCobroList(_entity.Oid, true);
        }