예제 #1
0
        private void method_2(object sender, EventArgs0 e)
        {
            if (base.InvokeRequired)
            {
                ActionsWindow.Delegate7 method = new ActionsWindow.Delegate7(this.method_2);
                base.Invoke(method, new object[]
                {
                    sender,
                    e
                });
                return;
            }
            RichTextBox expr_34 = this.ActionsTxt;

            expr_34.Text += e.method_0();
            this.ActionsTxt.ScrollToCaret();
            this.progressBar.Value = e.method_1();
            if (e.method_0().StartsWith("FAILED"))
            {
                this.bool_0 = true;
            }
            if (e.method_1() == 100)
            {
                Control arg_9C_0 = this.CloseBtn;
                this.ViewLogBtn.Enabled = true;
                arg_9C_0.Enabled        = true;
                this.eventHandler_0(this, EventArgs.Empty);
            }
        }
예제 #2
0
 private void method_2(object sender, EventArgs0 e)
 {
     if (base.InvokeRequired)
     {
         ActionsWindow.Delegate7 method = new ActionsWindow.Delegate7(this.method_2);
         base.Invoke(method, new object[]
         {
             sender,
             e
         });
         return;
     }
     RichTextBox expr_34 = this.ActionsTxt;
     expr_34.Text += e.method_0();
     this.ActionsTxt.ScrollToCaret();
     this.progressBar.Value = e.method_1();
     if (e.method_0().StartsWith("FAILED"))
     {
         this.bool_0 = true;
     }
     if (e.method_1() == 100)
     {
         Control arg_9C_0 = this.CloseBtn;
         this.ViewLogBtn.Enabled = true;
         arg_9C_0.Enabled = true;
         this.eventHandler_0(this, EventArgs.Empty);
     }
 }