mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Removed testing code
This commit is contained in:
parent
e5d40cbd19
commit
256f158ce9
1 changed files with 0 additions and 4 deletions
|
|
@ -933,10 +933,6 @@ private void findToolStripMenuItem2_Click(object sender, EventArgs e)
|
|||
private void documentationToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
Process.Start("https://github.com/Sigmanor/Crypto-Notepad/wiki/Documentation");
|
||||
//MessageBox.Show("currentFilename: " + currentFilename);
|
||||
//MessageBox.Show("encryptionKey: " + PublicVar.encryptionKey.Get());
|
||||
//MessageBox.Show("TypedPassword: " + TypedPassword.Value);
|
||||
//MessageBox.Show("filePath: " + filePath);
|
||||
}
|
||||
|
||||
private void ToolsToolStripMenuItem_DropDownOpened(object sender, EventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue