public void OnlineRemoteWithHostOp() { bool isSuccess = true; isSuccess = isSuccess && reportBLL.AskAreYouThere(); isSuccess = isSuccess && lineBLL.updateHostControlState(SCAppConstants.LineHostControlState.HostControlState.On_Line_Remote); isSuccess = isSuccess && reportBLL.ReportControlStateRemote(); isSuccess = isSuccess && TSCStateToPause(""); }
private void Line_LongTimeNoCommuncation(object sender, EventArgs e) { reportBLL.AskAreYouThere(); }