public void HandleReport(SessionReport report)
 {
     ACServiceClient client = new ACServiceClient();
     client.PostResult(report);
 }
예제 #2
0
        public void HandleReport(SessionReport report)
        {
            ACServiceClient client = new ACServiceClient();

            client.PostResult(report);
        }