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