private void EditPrivateKey_Clicked(object sender, EventArgs e) { PrivateKey.IsVisible = true; PrivateKey.Text = Core.Functions.MyPrivateKey; PrivateKey.Focus(); }
private void EditPrivateKey_Clicked(object sender, EventArgs e) { PrivateKey.IsVisible = true; PrivateKey.Text = CryptogramLibrary.Messaging.MyPrivateKey; PrivateKey.Focus(); }