internal void SetFileFormatWriter(IFileFormatWriter writer) { if (writer != null) { _formatWriter = writer; } }
internal void SetFileFormatWriter(IFileFormatWriter writer) { if (writer == null) { return; } this.formatWriter = writer; }