コード例 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            AmbulatorioReportPath ambulatorioReportPath = new AmbulatorioReportPath();

            ambulatorioReportPath.ShowDialog();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: chunhuxiao/DICOMSR
 private void button1_Click(object sender, EventArgs e)
 {
     AmbulatorioReportPath ambulatorioReportPath = new AmbulatorioReportPath();
     ambulatorioReportPath.ShowDialog();
 }