Esempio n. 1
0
        private void FIleCompressor_Load(object sender, EventArgs e)
        {
            string year;

            year           = DateTime.Today.Year.ToString();
            CopyRight.Text = "Copyright © " + year + " All rights reserved";
            ShadowFIleCompressor.SetShadowForm(this);
            description.Text = "compress files quickly and easily with File Compressor just select the file and place the address where you want to save it already compressed. Works the same way when unzipping";
        }
Esempio n. 2
0
 private void FIleCompressor_Load(object sender, EventArgs e)
 {
     ShadowFIleCompressor.SetShadowForm(this);
 }