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