mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Removed unused code
This commit is contained in:
parent
7ba9b6aca0
commit
a3ba2a221d
1 changed files with 0 additions and 26 deletions
|
|
@ -11,38 +11,12 @@ public AboutFrom()
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void label7_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
Process.Start("https://github.com/Sigmanor/Crypto-Notepad");
|
|
||||||
}
|
|
||||||
|
|
||||||
private void label9_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
Process.Start("http://www.codeproject.com/Articles/20917/Creating-a-Custom-Settings-Provider");
|
|
||||||
}
|
|
||||||
|
|
||||||
private void label11_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
Process.Start("http://easylab.net.ua/net-c-windows-forms/c-algoritm-shifrovaniya-aes");
|
|
||||||
}
|
|
||||||
|
|
||||||
private void label13_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
Process.Start("https://code.msdn.microsoft.com/windowsdesktop/How-to-find-the-text-and-e92b8d78");
|
|
||||||
}
|
|
||||||
|
|
||||||
private void AboutWindow_Load(object sender, EventArgs e)
|
private void AboutWindow_Load(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
Version vrs = new Version(Application.ProductVersion);
|
Version vrs = new Version(Application.ProductVersion);
|
||||||
label1.Text = string.Format("Crypto Notepad " + "{0}.{1}.{2}", vrs.Major, vrs.Minor, vrs.Build);
|
label1.Text = string.Format("Crypto Notepad " + "{0}.{1}.{2}", vrs.Major, vrs.Minor, vrs.Build);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void label14_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
Process.Start("http://stackoverflow.com/a/2576220/4430027");
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
private void customRichTextBox1_LinkClicked(object sender, LinkClickedEventArgs e)
|
private void customRichTextBox1_LinkClicked(object sender, LinkClickedEventArgs e)
|
||||||
{
|
{
|
||||||
Process.Start(e.LinkText);
|
Process.Start(e.LinkText);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue