示例#1
0
 public override void HabilitarTodosCampos(bool enable)
 {
     validacaoPedido.EnableControle(enable);
     txtCodigo.ReadOnly     = true;
     txtHorario.ReadOnly    = true;
     txtTotal.ReadOnly      = true;
     dtpData.Enabled        = false;
     btnRemoverItem.Enabled = false;
     btnEditarItem.Enabled  = false;
 }