Ejemplo n.º 1
0
        private void Show_copied_values_Click(object sender, EventArgs e)
        {
            StringPicker sp = new StringPicker(null);

            sp.Show();
        }
Ejemplo n.º 2
0
        private void pasteStrFldsValues_Click(object sender, EventArgs e)
        {
            StringPicker sp = new StringPicker(this);

            sp.Show();
        }