コード例 #1
0
		private void butGuarantorDetailReport_Click(object sender,EventArgs e) {
			FormReport_GuarantorAllocationCheck fgac = new FormReport_GuarantorAllocationCheck();
			fgac.ShowDialog();
		}
コード例 #2
0
        private void butGuarantorDetailReport_Click(object sender, EventArgs e)
        {
            FormReport_GuarantorAllocationCheck fgac = new FormReport_GuarantorAllocationCheck();

            fgac.ShowDialog();
        }