Ejemplo n.º 1
0
        private void buttonBack_Click(object sender, EventArgs e)
        {
            this.Hide();

            frmWelcome x = new frmWelcome();

            x.Show();
        }
Ejemplo n.º 2
0
 public frmFixtures(frmWelcome Parent)
 {
     InitializeComponent();
     parent = Parent;
 }
Ejemplo n.º 3
0
 public frmAnalysis(frmWelcome Parent)
 {
     InitializeComponent();
     parent = Parent;
 }
Ejemplo n.º 4
0
 public frmTeams(frmWelcome Parent)
 {
     InitializeComponent();
     parent = Parent;
 }