Example #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            this.Close();
            登录 form = new 登录();

            form.Show();
        }
Example #2
0
File: Form2.cs Project: aweicy/-
 public Form2(登录 f1) : this()
 {
     this.f1 = f1;
     string aa = f1.StringValue;
 }
Example #3
0
 public Form3(登录 f1) : this()
 {
     this.f1       = f1;
     textBox1.Text = f1.StringValue;
 }