public static ExporterFactory GetInstance() { if (m_instance == null) return (m_instance = new ExporterFactory()); else return m_instance; }
public static ExporterFactory GetInstance() { if (m_instance == null) { return(m_instance = new ExporterFactory()); } else { return(m_instance); } }