コード例 #1
0
        public FMain()
        {
            InitializeComponent();

            _stdioHandler = new StdIOHandler(txtOutput);
        }
コード例 #2
0
ファイル: FMain.cs プロジェクト: dcga/Ghostscript.NET
        public FMain()
        {
            InitializeComponent();

            _stdioHandler = new StdIOHandler(txtOutput);
        }