dotnetpro.WPF.TableReport.ReportPresenter.ExitFrame C# (CSharp) 메소드

ExitFrame() 개인적인 정적인 메소드

private static ExitFrame ( Object state ) : object
state Object
리턴 object
        private static object ExitFrame(Object state)
        {
            DispatcherFrame frame = (DispatcherFrame)state;
            frame.Continue = false;
            return null;
        }
        public static void DoEvents() { DoEvents(DispatcherPriority.Background); }