コード例 #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     if (comboBox1.Text == "Egreso")
     {
         Compras c = new Compras();
         c.ShowDialog();
         llenar();
     }
 }
コード例 #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     if (comboBox1.Text == "Egreso")
     {
         Compras c = new Compras();
         c.ShowDialog();
         /// vghvh llenarCompras();
     }
     if (comboBox1.Text == "Ingreso")
     {
         Ventas v = new Ventas();
         v.ShowDialog();
         llenarVentas();
     }
 }