Exemplo n.º 1
0
 private void button4_Click(object sender, EventArgs e)
 {
     General.Copy2Clipboard(txtProperties.Text);
 }
Exemplo n.º 2
0
 private void button5_Click(object sender, EventArgs e)
 {
     General.Copy2Clipboard(txtDeclare.Text);
 }
Exemplo n.º 3
0
 private void button3_Click(object sender, EventArgs e)
 {
     General.Copy2Clipboard(txtParent.Text);
 }
Exemplo n.º 4
0
 private void button2_Click(object sender, EventArgs e)
 {
     General.Copy2Clipboard(txtSelectDetail.Text);
 }
Exemplo n.º 5
0
 private void button1_Click(object sender, EventArgs e)
 {
     General.Copy2Clipboard(txtSelectPagination.Text);
 }
Exemplo n.º 6
0
 private void buttonSELECT_Click(object sender, EventArgs e)
 {
     General.Copy2Clipboard(txtSelectResult.Text);
 }
Exemplo n.º 7
0
 private void button1_Click(object sender, EventArgs e)
 {
     General.Copy2Clipboard(textBox1.Text);
 }