Beispiel #1
0
 private void button_SearchDataSources_Click(object sender, EventArgs e)
 {
     Infrastructure.Search_Database app1 = new Infrastructure.Search_Database(ident); app1.Show();
 }
Beispiel #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();
 }
 private void button_SearchDataSources_Click(object sender, EventArgs e)
 {
     Infrastructure.Search_Database app1 = new Infrastructure.Search_Database(ident); app1.Show();
 }