Exemplo n.º 1
0
        public WinformInputStream(TextReaderStringBuffer tIn)
        {
            csTextReader = tIn;

        }
Exemplo n.º 2
0
 public override void Init(object self)
 {
     buffer = new TextReaderStringBuffer(this);
     COMMON_ABCLInterpreter = this;
 }
Exemplo n.º 3
0
 public override void Init(object self)
 {
     buffer = new TextReaderStringBuffer(this);
     COMMON_ABCLInterpreter = this;
 }
Exemplo n.º 4
0
 public WinformInputStream(TextReaderStringBuffer tIn)
 {
     csTextReader = tIn;
 }