Beispiel #1
0
        private void button4_Click(object sender, EventArgs e)
        {
            jiaoliu tm = new jiaoliu(this);

            this.Hide();
            tm.Show();
        }
Beispiel #2
0
 public server(jiaoliu temp)
 {
     InitializeComponent();
     t1 = temp;
 }
Beispiel #3
0
 public client(jiaoliu temp)
 {
     InitializeComponent();
     t1 = temp;
 }