private void BtnImprimir_Click(object sender, EventArgs e) { boleto.Imprimir(); rtbRespostas.AppendLine("Boletos impressos."); }