コード例 #1
0
ファイル: SpoolCommand.cs プロジェクト: meikeric/dshell
            public StackedDevice(OutputDevice a, OutputDevice b)
            {
                _a = a;
                _b = b;

                writer = new StackedWriter(a, b);
            }
コード例 #2
0
ファイル: SpoolCommand.cs プロジェクト: deveel/dshell
            public StackedDevice(OutputDevice a, OutputDevice b)
            {
                _a = a;
                _b = b;

                writer = new StackedWriter(a, b);
            }