コード例 #1
0
ファイル: ConsoleEngine.cs プロジェクト: mazalet/VSDebugPro
        public void Write(string text)
        {
            text += "\n";

            StdOut.Insert(StdOut.CurrentSnapshot.Length, text);
        }