示例#1
0
        public void CreateBaselinePlots(BaselineFeaturesLoadedEventArgs e)
        {
            Action workAction = () =>
            {
                BuildBaselineView(e);
                Reporter.CreateBaselinePlots(e);
            };

            ThreadSafeDispatcher.Invoke(workAction);
        }