コード例 #1
0
        private void buttonBack_Click(object sender, EventArgs e)
        {
            this.Hide();

            frmWelcome x = new frmWelcome();

            x.Show();
        }
コード例 #2
0
ファイル: frmFixtures.cs プロジェクト: AlanMurt/GAASys
 public frmFixtures(frmWelcome Parent)
 {
     InitializeComponent();
     parent = Parent;
 }
コード例 #3
0
 public frmAnalysis(frmWelcome Parent)
 {
     InitializeComponent();
     parent = Parent;
 }
コード例 #4
0
ファイル: frmTeams.cs プロジェクト: AlanMurt/GAASys
 public frmTeams(frmWelcome Parent)
 {
     InitializeComponent();
     parent = Parent;
 }