Beispiel #1
0
 public TerminalAgent(string col, readString read)
     : base(col)
 {
     this.read = read;
 }
Beispiel #2
0
 public TerminalAgent(string col, readString read)
     : base(col)
 {
     this.read = read;
 }