Removed debug code

This commit is contained in:
Alexander 2018-12-17 15:57:22 +02:00
parent 1732efbc06
commit 6fb1bf3813

View file

@ -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)