예제 #1
0
 private void button_SearchDataSources_Click(object sender, EventArgs e)
 {
     Infrastructure.Search_Database app1 = new Infrastructure.Search_Database(ident); app1.Show();
 }
예제 #2
0
 protected virtual void button_SearchData_Click(object sender, EventArgs e)
 {
     Infrastructure.Search_Database app1 = new Infrastructure.Search_Database(ident); app1.Show();
 }
 protected virtual void button_Search_Click(object sender, EventArgs e)
 {
     Infrastructure.Search_Database app1 = new Infrastructure.Search_Database(ident); app1.Show();
 }
예제 #4
0
 private void button_SearchDataSources_Click(object sender, EventArgs e)
 {
     Infrastructure.Search_Database app1 = new Infrastructure.Search_Database(ident); app1.Show();
 }