예제 #1
0
 public BusyBoxCommandsReceiver(BusyBox bb)
     : base( )
 {
     TrimLines = true;
     BusyBox   = bb;
 }
예제 #2
0
파일: BusyBox.cs 프로젝트: vebin/madb
 public BusyBoxCommandsReceiver( BusyBox bb )
     : base()
 {
     TrimLines = true;
     BusyBox = bb;
 }