コード例 #1
0
ファイル: Main.cs プロジェクト: 848975509/Paperless-office
        private void button2_Click(object sender, EventArgs e)
        {
            GerenXinxi tm = new GerenXinxi(this);

            this.Hide();
            tm.Show();
        }
コード例 #2
0
 public changemima(GerenXinxi temp)
 {
     InitializeComponent();
     t1 = temp;
 }