コード例 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            form4_5 f4_5 = new form4_5(sls, this);

            f4_5.ShowDialog();
            this.Hide();
        }
コード例 #2
0
ファイル: Form5.cs プロジェクト: Recens/C-
 public Form5(string sls, form4_5 f_45)
 {
     f_45.Visible = false;
     this.sls     = sls;
     InitializeComponent();
     label1.Text = "Thank " + this.sls + " for taking the survey.";
 }