// Token: 0x06001787 RID: 6023 RVA: 0x0003DB84 File Offset: 0x0003BD84
        public RunBaseForm(IntPtr hWnd) : this()
        {
            Class335.smethod_3(RunBaseForm.string_0, new object[]
            {
                hWnd
            });
            this.manualResetEventSlim_0 = new ManualResetEventSlim(false);
            this.intptr_0 = hWnd;
            this.class318_0.method_5(Keys.Escape, Keys.None, false);
            Size size = new Size(1024, 768);

            this.struct42_0 = Struct42.smethod_2(new Point(50, 720), new Point(size.Width, size.Height));
        }
        // Token: 0x06001796 RID: 6038 RVA: 0x0003DE3C File Offset: 0x0003C03C
        protected void method_10(Struct42 pnt)
        {
            Rectangle window_bounds = Class410.smethod_16(this.intptr_0);

            this.method_13(window_bounds, pnt.method_0(new Point(window_bounds.Width, window_bounds.Height)));
        }