예제 #1
0
        private void bt_ImportFee_Click(object sender, EventArgs e)
        {
            Import_GiftApplyAmount form = new Import_GiftApplyAmount();

            form.ShowDialog();
        }
예제 #2
0
 private void bt_ImportFee_Click(object sender, EventArgs e)
 {
     Import_GiftApplyAmount form = new Import_GiftApplyAmount();
     form.ShowDialog();
 }