private void tsbEliminarConsulta_Click(object sender, EventArgs e) { frmTipoMaterial cInv = new frmTipoMaterial(); get(); cInv.cTipoMaterial = clastm; cInv.accion = "E"; cInv.ShowDialog(); }
private void tsbNuevaConsulta_Click(object sender, EventArgs e) { frmTipoMaterial cInv = new frmTipoMaterial(); get(); cInv.cTipoMaterial = clastm; cInv.accion = "G"; cInv.ShowDialog(); }
private void bbiTipoMaterial_ItemClick_1(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { frmTipoMaterial tipomaterial = new frmTipoMaterial(); tipomaterial.Show(); }
private void bbiTipoMaterial_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { frmTipoMaterial tipomaterial = new frmTipoMaterial(); tipomaterial.Show(); }