Exemplo n.º 1
0
            public StackedDevice(OutputDevice a, OutputDevice b)
            {
                _a = a;
                _b = b;

                writer = new StackedWriter(a, b);
            }
Exemplo n.º 2
0
            public StackedDevice(OutputDevice a, OutputDevice b)
            {
                _a = a;
                _b = b;

                writer = new StackedWriter(a, b);
            }