예제 #1
0
파일: Agent1.cs 프로젝트: quocbao26/AppEMC
 void xmlClient_CSTAAgentLoggedOff(object sender, CSTAAgentLoggedOffEventArgs arg)
 {
     //rtbStatus.Text = "Agent Logged Off";
     log.Info("Agent " + arg.AgentID + " Logged Off");
     agent_state = AgentState.agentLoggedOff;
     AgentLoggedOff();
 }
예제 #2
0
 void xmlClient_CSTAAgentLoggedOff(object sender, CSTAAgentLoggedOffEventArgs arg)
 {
     log.Info("Agent " + arg.AgentID + " Logged Off");
     agent_state = AgentState.agentLoggedOff;
 }