示例#1
0
        private void but_signkey_Click(object sender, EventArgs e)
        {
            AuthKeys auth = new AuthKeys();

            auth.Show();

            return;

            string key = "this is an example";
            InputBox.Show("Signing Key", "Please enter your pass phrase", ref key);

            MainV2.comPort.setupSigning(key);
        }
示例#2
0
        private void but_signkey_Click(object sender, EventArgs e)
        {
            var auth = new AuthKeys();

            auth.Show();
        }