Skip to content

Commit de04564

Browse files
committed
add about with all the inf
1 parent fa36138 commit de04564

7 files changed

Lines changed: 1140 additions & 167 deletions

File tree

FileCompressor/FileCompressor/FilesCompressor.Designer.cs

Lines changed: 257 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FileCompressor/FileCompressor/FilesCompressor.cs

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ public FIleCompressor()
1919

2020
private void FIleCompressor_Load(object sender, EventArgs e)
2121
{
22+
string year;
23+
year = DateTime.Today.Year.ToString();
24+
CopyRight.Text = "Copyright © " + year + " All rights reserved";
2225
ShadowFIleCompressor.SetShadowForm(this);
2326
}
2427
//CONTROL EXIT
@@ -95,5 +98,30 @@ private void BtnCompression_Click(object sender, EventArgs e)
9598
CleanTxtCompression();
9699
}
97100
}
101+
102+
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
103+
{
104+
System.Diagnostics.Process.Start("https://andriksantos.github.io");
105+
}
106+
107+
private void guna2PictureBox1_Click(object sender, EventArgs e)
108+
{
109+
System.Diagnostics.Process.Start("https://twitter.com/andrik_rsm");
110+
}
111+
112+
private void guna2PictureBox2_Click(object sender, EventArgs e)
113+
{
114+
System.Diagnostics.Process.Start("https://github.com/andriksantos/FileCompressor");
115+
}
116+
117+
private void guna2PictureBox3_Click(object sender, EventArgs e)
118+
{
119+
System.Diagnostics.Process.Start("https://github.com/andriksantos");
120+
}
121+
122+
private void guna2PictureBox4_Click(object sender, EventArgs e)
123+
{
124+
System.Diagnostics.Process.Start("https://andriksantos.github.io");
125+
}
98126
}
99127
}

FileCompressor/FileCompressor/FilesCompressor.resx

Lines changed: 855 additions & 37 deletions
Large diffs are not rendered by default.

FileCompressor/assets/arsm.jpg

44 KB
Loading
1.8 KB
Loading
704 Bytes
Loading
1.5 KB
Loading

0 commit comments

Comments
 (0)