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 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);

        }
Esempio n. 3
0
 public EditarCasting(int IdCasting, verCastings v)
 {
     InitializeComponent();
     this.IdCasting = IdCasting;
     this.v         = v;
 }
Esempio n. 4
0
 public Fases(int Id, verCastings v)
 {
     InitializeComponent();
     this.Id = Id;
     this.v = v;
 }
Esempio n. 5
0
 private void verTodosToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     verCastings v = new verCastings();
     v.MdiParent = this;
     v.Show();
 }
 public EditarCasting(int IdCasting, verCastings v)
 {
     InitializeComponent();
     this.IdCasting = IdCasting;
     this.v = v;
 }
Esempio n. 7
0
 public Pruebas(int Id, verCastings v)
 {
     InitializeComponent();
     this.Id = Id;
     this.v  = v;
 }