コード例 #1
0
ファイル: FormMenu'.cs プロジェクト: PhatosGames/Sear
        private void btn_StatisticsOpen_Click(object sender, EventArgs e)
        {
            this.Hide();
            FormStatistics dis = new FormStatistics();

            dis.ShowDialog();
        }
コード例 #2
0
ファイル: FormOrder.cs プロジェクト: PhatosGames/Sear
        private void btn_Statistics_Click(object sender, EventArgs e)
        {
            this.Hide();
            FormStatistics stat = new FormStatistics();

            stat.ShowDialog();
            this.Close();
        }