public void ContinueTask(ApplicationAdapterHandler handler)
 {
     this.Text = _title;
 }
 public void ContinueTask(ApplicationAdapterHandler handler)
 {
     this.Text = _title;
     TcpConnectionAdapterHandler.GetTcpList();
 }
 public void SessionClose(ApplicationAdapterHandler handler)
 {
     this.Text = _title + " [" + this.KeyboardAdapterHandler.StateContext.ToString() + "]";
 }
예제 #4
0
 public void ContinueTask(ApplicationAdapterHandler handler)
 {
     this.Text = _title;
     VideoAppAdapterHandler.StartGetFrame();
 }
 public void SessionClose(ApplicationAdapterHandler handler)
 {
     this.Text = this._title + " [" + this.RemoteFileAdapterHandler.StateContext.ToString() + "]";
 }
예제 #6
0
 public void SessionClose(ApplicationAdapterHandler handler)
 => this.Text = _title + " [" + VideoAppAdapterHandler.StateContext.ToString() + "]";
 public void ContinueTask(ApplicationAdapterHandler handler)
 {
     _continueTask = true;
     _timer.Start();
     this.RemoteScreenAdapterHandler.GetInitializeBitInfo();
 }
 public void SessionClose(ApplicationAdapterHandler handler)
 {
     _timer.Stop();
     this.Text = this._title.FormatTo(0, (_traffic / (float)1024).ToString("0.00")) + " [" + this.RemoteScreenAdapterHandler.StateContext.ToString() + "]";
 }
예제 #9
0
 public void SessionClose(ApplicationAdapterHandler handler)
 {
     throw new NotImplementedException();
 }
예제 #10
0
 public void ContinueTask(ApplicationAdapterHandler handler)
 {
     throw new NotImplementedException();
 }