Exemplo n.º 1
0
 private void button6_Click(object sender, EventArgs e)
 {
     FormClientSearch fCS = new FormClientSearch();
     fCS.ShowDialog();
 }
Exemplo n.º 2
0
 private void buttonChooseClient_Click(object sender, EventArgs e)
 {
     FormClientSearch fCS = new FormClientSearch(this.FillClientData);
     fCS.ShowDialog();
 }