コード例 #1
0
        private void labelShowInvestors_Click(object sender, EventArgs e)
        {
            InvestsForm investsForm = new InvestsForm(admin);

            investsForm.Show();
            this.Close();
        }
コード例 #2
0
ファイル: ChangingForm.cs プロジェクト: fochka/EasyBank
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            InvestsForm investsForm = new InvestsForm(admin);

            investsForm.Show();
            this.Close();
        }