Exemplo n.º 1
0
 public FCorte()
 {
     InitializeComponent();
     con   = new MySqlConnection("server=localhost;user id=root;password=root;database=si_inventarios");
     ds    = new dataSet_inventarios();
     corte = new CorteTableAdapter();
     cb_tipo.SelectedIndex = 0;
 }
Exemplo n.º 2
0
 public FCorte()
 {
     InitializeComponent();
     con     = new MySqlConnection("server=localhost;user id=root;password=root;database=si_inventarios");
     ds      = new dataSet_inventarios();
     corte   = new CorteTableAdapter();
     reporte = new crGrafico();
 }
Exemplo n.º 3
0
 public FCorte()
 {
     InitializeComponent();
     con = new MySqlConnection("server=localhost;user id=root;password=root;database=si_inventarios");
     ds = new dataSet_inventarios();
     corte = new CorteTableAdapter();
     cb_tipo.SelectedIndex = 0;
 }