private void frmVendas_Load(object sender, EventArgs e) { vendas.PreencherId(txtId); if (txtId.Text == "") { int fixo = 1; txtId.Text = fixo.ToString(); } }