// Token: 0x06001A0F RID: 6671 RVA: 0x00049AEC File Offset: 0x00047CEC
            public void method_1(object ob)
            {
                MethodInvoker methodInvoker = null;

                using (ManualResetEventSlim manualResetEventSlim = new ManualResetEventSlim(false))
                {
                    Enum92 logMonitoringPrecision = this.wayPointEditor_0.class142_0.LogMonitor.LogMonitoringPrecision;
                    this.wayPointEditor_0.class142_0.LogMonitor.LogMonitoringPrecision = Enum92.const_2;
                    try
                    {
                        this.class203_0.nullable_0 = Class269.smethod_0(this.wayPointEditor_0.class142_0, manualResetEventSlim, 5000);
                    }
                    finally
                    {
                        this.wayPointEditor_0.class142_0.LogMonitor.LogMonitoringPrecision = logMonitoringPrecision;
                    }
                    Control sender = this.wayPointEditor_0;
                    if (methodInvoker == null)
                    {
                        methodInvoker = new MethodInvoker(this.method_2);
                    }
                    sender.smethod_6(methodInvoker);
                }
            }