예제 #1
0
파일: Form1.cs 프로젝트: Prithvi1202/NDF_RT
 private void button8_Click(object sender, EventArgs e)
 {
     Form5 op = new Form5(165356241079, "Diseases, Manifestations or Physiologic States Class Hierarchy");
     op.Show();
 }
예제 #2
0
파일: Form1.cs 프로젝트: Prithvi1202/NDF_RT
 private void button5_Click(object sender, EventArgs e)
 {
     Form5 op = new Form5(165356241075, "Chemical Ingredients");
     op.Show();
 }
예제 #3
0
파일: Form1.cs 프로젝트: Prithvi1202/NDF_RT
 private void button7_Click(object sender, EventArgs e)
 {
     Form5 op5 = new Form5(165356875690, "External Pharmacologic Classes");
     op5.Show();
 }
예제 #4
0
파일: Form1.cs 프로젝트: Prithvi1202/NDF_RT
        private void button11_Click(object sender, EventArgs e)
        {
            Form5 op5 = new Form5(165356529522, "Drug Products by Generic Ingredient Combinations");

            op5.Show();
        }