// Token: 0x0600199C RID: 6556 RVA: 0x00008E41 File Offset: 0x00007041
 protected override void vmethod_1(EventArgs19 e)
 {
     e.Cancel       = true;
     e.CancelReason = Installing.string_14;
     this.method_2(true);
     base.vmethod_1(e);
 }
 // Token: 0x0600178E RID: 6030 RVA: 0x00007433 File Offset: 0x00005633
 protected override void vmethod_1(EventArgs19 e)
 {
     e.Cancel       = true;
     e.CancelReason = RunBaseForm.string_5;
     this.method_6();
     base.vmethod_1(e);
 }
        // Token: 0x060014ED RID: 5357 RVA: 0x0002A188 File Offset: 0x00028388
        private static bool smethod_0()
        {
            EventArgs19 eventArgs = new EventArgs19();

            using (IEnumerator <Form0> enumerator = Form0.class121_0.LiveList.GetEnumerator())
            {
                Form0.Class81 @class = new Form0.Class81();
                while (enumerator.MoveNext())
                {
                    Form0 form0_ = enumerator.Current;
                    @class.form0_0 = form0_;
                    @class.form0_0.vmethod_1(eventArgs);
                    if (eventArgs.Cancel)
                    {
                        Form0.Class82 class2 = new Form0.Class82();
                        class2.class81_0 = @class;
                        Enum29 @enum = Environment.OSVersion.smethod_0();
                        if (!string.IsNullOrEmpty(eventArgs.CancelReason) && (@enum <= Enum29.const_0 || @enum >= Enum29.const_16))
                        {
                            class2.bool_0 = Class265.ShutdownBlockReasonCreate(@class.form0_0.Handle, eventArgs.CancelReason);
                        }
                        else
                        {
                            class2.bool_0 = false;
                        }
                        @class.form0_0.FormClosed += class2.method_0;
                        return(false);
                    }
                }
            }
            return(true);
        }
 // Token: 0x060026A2 RID: 9890 RVA: 0x0008950C File Offset: 0x0008770C
 protected override void vmethod_1(EventArgs19 e)
 {
     switch (this.UpdaterInstance.UpdateStepOn)
     {
     case Enum111.const_1:
     case Enum111.const_3:
     case Enum111.const_5:
         e.Cancel               = true;
         e.CancelReason         = "One moment, canceling update...";
         base.EnableCloseButton = false;
         this.UpdaterInstance.method_8();
         break;
     }
     base.vmethod_1(e);
 }
 // Token: 0x060014EE RID: 5358 RVA: 0x00005104 File Offset: 0x00003304
 protected virtual void vmethod_1(EventArgs19 e)
 {
 }
Example #6
0
 // Token: 0x060014FF RID: 5375 RVA: 0x000057AD File Offset: 0x000039AD
 protected override void vmethod_1(EventArgs19 e)
 {
     e.Cancel       = true;
     e.CancelReason = Loading.string_0;
     base.vmethod_1(e);
 }