public Resultados(Sistema sistema, Partido par, AgregarPartido agregar) { InitializeComponent(); jugadores = new List <Jugador>(); this.sis = sistema; this.par = par; this.agregar = agregar; ponerEquipos(); }
public Principal(Sistema sis) { InitializeComponent(); this.sis = sis; AgregarPartido agre = new AgregarPartido(sis); this.agre = agre; ListaPartidos list = new ListaPartidos(sis); this.list = list; InformacionEquipo info = new InformacionEquipo(sis); this.info = info; Targetas tage = new Targetas(sis); this.tage = tage; }