Ejemplo n.º 1
0
        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("");
        }
Ejemplo n.º 2
0
 private void Line_LongTimeNoCommuncation(object sender, EventArgs e)
 {
     reportBLL.AskAreYouThere();
 }