コード例 #1
0
ファイル: FormProcess.cs プロジェクト: Rudy9317/Tekkom
 //three address
 private void button2_Click(object sender, EventArgs e)
 {
     tac = new Formthreeaddress();
     tac.Show();
     this.Visible = false;
     this.Close();
 }
コード例 #2
0
ファイル: FormProcess.cs プロジェクト: Rudy9317/Tekkom
 private void button2_Click(object sender, EventArgs e) //three address
 {
     tac = new Formthreeaddress();
     tac.Show();
     this.Visible = false;
     this.Close();
 }