// Token: 0x06001792 RID: 6034 RVA: 0x0003DCDC File Offset: 0x0003BEDC
 private void RunBaseForm_Load(object sender, EventArgs e)
 {
     if (!base.DesignMode)
     {
         if (!Class142.smethod_2(this.intptr_0, out this.class142_0))
         {
             this.class142_0 = Class142.smethod_9(this.intptr_0, Enum101.const_0, null);
             if (!this.class142_0.method_5())
             {
                 base.Hide();
                 DialogBox.smethod_4(RunBaseForm.string_1, RunBaseForm.string_2);
                 this.bool_5       = true;
                 base.DialogResult = DialogResult.Abort;
                 base.Close();
                 return;
             }
         }
         if (this.class142_0.Playground == Enum57.const_0)
         {
             base.Hide();
             DialogBox.smethod_3(RunBaseForm.string_3, RunBaseForm.string_4);
             this.bool_5       = true;
             base.DialogResult = DialogResult.Abort;
             base.Close();
             return;
         }
         this.class149_0 = new Class149(this.class142_0);
         this.method_8();
         this.timer_0.Enabled = true;
         if (this.eventHandler_0 != null)
         {
             this.eventHandler_0(this, EventArgs.Empty);
         }
     }
 }
 // Token: 0x060019EF RID: 6639 RVA: 0x000091E7 File Offset: 0x000073E7
 private void method_11()
 {
     if (!Class142.smethod_2(this.class141_0.MainWindowHandle, out this.class142_0))
     {
         this.class142_0 = Class142.smethod_9(this.class141_0.MainWindowHandle, Enum101.const_0, null);
         this.class142_0.method_5();
     }
 }