BitrixAQA.OptionsForm.PasteTextToTextBox(System.Windows.Forms.TextBox)

Here are the examples of the csharp api class BitrixAQA.OptionsForm.PasteTextToTextBox(System.Windows.Forms.TextBox) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

2 Examples 7

1. Example

Project: BitrixAQA
Source File: OptionsForm.cs
private void bSelectMySQLPath_bb_Click(object sender, EventArgs e)
        { 
            PasteTextToTextBox(tbPathBB_mysql);
        }

2. Example

Project: BitrixAQA
Source File: OptionsForm.cs
private void bSelectPathToFfProfile_Click(object sender, EventArgs e)
        {
            PasteTextToTextBox(tbPathToFfProfile);
        }