diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index 90c8343..fb519fd 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -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)