Exemple #1
0
            public StackedDevice(OutputDevice a, OutputDevice b)
            {
                _a = a;
                _b = b;

                writer = new StackedWriter(a, b);
            }
Exemple #2
0
            public StackedDevice(OutputDevice a, OutputDevice b)
            {
                _a = a;
                _b = b;

                writer = new StackedWriter(a, b);
            }