Example #1
0
 public Gastos102A()
 {
     InitializeComponent();
     f102A = new Formulario102A();
 }
 public InicioSesion()
 {
     InitializeComponent();
     formulario = new Formulario102A();
     conn       = new NpgsqlConnection("Server = localhost; User Id = postgres; Password = kjsg19980501; Database = postgres");
 }