Exemplo n.º 1
0
        private void importKeyButton_Click(object sender, EventArgs e)
        {
            ImportKey    form   = new ImportKey();
            DialogResult result = form.ShowDialog();

            if (result == DialogResult.OK)
            {
                keyEditor.Key = form.ImportedKey;
            }
        }
Exemplo n.º 2
0
        private void importKeyButton_Click(object sender, EventArgs e)
        {
            ImportKey form = new ImportKey();
            DialogResult result = form.ShowDialog();

            if (result == DialogResult.OK)
            {
                keyEditor.Key = form.ImportedKey;
            }
        }