//////////////////////////////////////////// // Internals private ReplayRenderer CreateReplayRenderer() { if (m_Remote != null) { return(m_Remote.OpenCapture(-1, m_Logfile, ref LoadProgress)); } else { return(StaticExports.CreateReplayRenderer(m_Logfile, ref LoadProgress)); } }