예제 #1
0
파일: 注册.cs 프로젝트: CXY-YSL/MGZDTS
        private void button1_Click(object sender, EventArgs e)
        {
            this.Close();
            登录 form = new 登录();

            form.Show();
        }
예제 #2
0
파일: Form2.cs 프로젝트: aweicy/-
 public Form2(登录 f1) : this()
 {
     this.f1 = f1;
     string aa = f1.StringValue;
 }
예제 #3
0
 public Form3(登录 f1) : this()
 {
     this.f1       = f1;
     textBox1.Text = f1.StringValue;
 }