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