Exemplo n.º 1
0
            /// <summary>
            /// Builds a <see cref="XlsExporter"/>.
            /// </summary>
            /// <returns>Returns a <see cref="XlsExporter"/>.</returns>
            public XlsExporter Build()
            {
                XlsExporter instance = this.instance;

                this.instance = null;
                return(instance);
            }
Exemplo n.º 2
0
 private Builder()
 {
     this.instance = new XlsExporter();
 }