mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Deleted MessageBoxes
This commit is contained in:
parent
9db8581411
commit
e90a2df878
1 changed files with 0 additions and 14 deletions
|
|
@ -509,13 +509,6 @@ private async void deleteFileToolStripMenuItem_Click_1(object sender, EventArgs
|
|||
}
|
||||
}
|
||||
}
|
||||
if (filename == "Unnamed.cnp")
|
||||
{
|
||||
using (new CenterWinDialog(this))
|
||||
{
|
||||
MessageBox.Show("No open files", "Crypto Notepad", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void openFileLocationToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
|
|
@ -524,13 +517,6 @@ private void openFileLocationToolStripMenuItem_Click(object sender, EventArgs e)
|
|||
{
|
||||
Process.Start("explorer.exe", @"/select, " + filename);
|
||||
}
|
||||
if (filename == "Unnamed.cnp")
|
||||
{
|
||||
using (new CenterWinDialog(this))
|
||||
{
|
||||
MessageBox.Show("No open files", "Crypto Notepad", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void переносПоСловамToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue