How do I enter a welcome screen with a button to continue and open the system?
In the initial form it looks like this:
namespace App_Herois_da_Fe
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
Conexao.CriarBancoSQLite();
Conexao.CriarTabelaSQLite();
}
the name of the welcome screen form is: frmBoasVindas.cs