Ejemplo n.º 1
0
        private void btn_ViewDraw_Click(object sender, EventArgs e)
        {
            SeasonHandler.SelectDraw(txt_SeasonName.Text);
            EDSL_Draw drawGUI = new EDSL_Draw(cbo_Division.Text);

            drawGUI.Show();
        }
Ejemplo n.º 2
0
        private void GetDraw()
        {
            DAFunctions.GetDraw(SeasonHandler.SelectDraw(cbo_SelectSeason.Text));

            rounds = DAFunctions.draw;
        }