Exemple #1
0
 public Form1()
 {
     conexao = ConnectionFactory.getConnection();
     usuario = new Usuario();
     InitializeComponent();
 }