public DetallesDeCasting(int Id, verCastings v) { InitializeComponent(); this.Id = Id; this.v = v; MetodosCasting m = new MetodosCasting(); m.MostrarDetalles(Id, nombre, dir, tipo, tel, numEmp, ced, agente, agenteApellido, dirAgente); }
public EditarCasting(int IdCasting, verCastings v) { InitializeComponent(); this.IdCasting = IdCasting; this.v = v; }
public Fases(int Id, verCastings v) { InitializeComponent(); this.Id = Id; this.v = v; }
private void verTodosToolStripMenuItem1_Click(object sender, EventArgs e) { verCastings v = new verCastings(); v.MdiParent = this; v.Show(); }
public Pruebas(int Id, verCastings v) { InitializeComponent(); this.Id = Id; this.v = v; }