コード例 #1
0
        //Get Transaction Details
        private void button4_Click(object sender, EventArgs e)
        {
            TransactionFetchForm form = new TransactionFetchForm(this);

            this.Hide();
            form.Show();
        }
コード例 #2
0
 //Get Transaction Details
 private void button4_Click(object sender, EventArgs e)
 {
     TransactionFetchForm form = new TransactionFetchForm(this);
     this.Hide();
     form.Show();
 }