mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Removed debug code
This commit is contained in:
parent
1732efbc06
commit
6fb1bf3813
1 changed files with 5 additions and 5 deletions
|
|
@ -949,11 +949,11 @@ 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);
|
||||
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